wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



translations_api › Hooks de Filtros WordPress

Desde4.0.0
Obsoleton/a
apply_filters( 'translations_api', false, $type, $args )
Parâmetros: (3)
  • (false|array) $result The result array. Default false.
    Required: Yes
  • (string) $type The type of translations being requested.
    Required: Yes
  • (object) $args Translation API arguments.
    Required: Yes
Definido em:
Codex:

Allows a plugin to override the WordPress.org Translation Installation API entirely.





Fonte

$res = apply_filters( 'translations_api', false, $type, $args );