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



translations_api_result › Les Filtres WordPress

Depuis4.0.0
Dépréciéen/a
apply_filters( 'translations_api_result', $res, $type, $args )
Paramètres: (3)
  • (array|WP_Error) $res Response as an associative array or WP_Error.
    Requis: Oui
  • (string) $type The type of translations being requested.
    Requis: Oui
  • (object) $args Translation API arguments.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the Translation Installation API response results.





Source

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