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



translations_api › WordPress Filter Hooks

Seit4.0.0
Veraltetn/v
apply_filters( 'translations_api', false, $type, $args )
Parameter: (3)
  • (false|array) $result The result array. Default false.
    Erforderlich: Ja
  • (string) $type The type of translations being requested.
    Erforderlich: Ja
  • (object) $args Translation API arguments.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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