wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



translations_api › Les Filtres WordPress

Depuis4.0.0
Dépréciéen/a
apply_filters( 'translations_api', false, $type, $args )
Paramètres: (3)
  • (false|array) $result The result array. Default false.
    Requis: Oui
  • (string) $type The type of translations being requested.
    Requis: Oui
  • (object) $args Translation API arguments.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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