wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



translations_api_result › Filtr WordPress Hooks

Od4.0.0
Przestarzałyn/a
apply_filters( 'translations_api_result', $res, $type, $args )
Parametry: (3)
  • (array|WP_Error) $res Response as an associative array or WP_Error.
    Wymagane: Tak
  • (string) $type The type of translations being requested.
    Wymagane: Tak
  • (object) $args Translation API arguments.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the Translation Installation API response results.





Źródło

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