wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



translations_api_result › WordPress Filter Hooks

Seit4.0.0
Veraltetn/v
apply_filters( 'translations_api_result', $res, $type, $args )
Parameter: (3)
  • (array|WP_Error) $res Response as an associative array or WP_Error.
    Erforderlich: Ja
  • (string) $type The type of translations being requested.
    Erforderlich: Ja
  • (object) $args Translation API arguments.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the Translation Installation API response results.





Quellcode

return apply_filters( 'translations_api_result', $res, $type, $args );