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



load_script_translation_file › Les Filtres WordPress

Depuis5.0.2
Dépréciéen/a
apply_filters( 'load_script_translation_file', $file, $handle, $domain )
Paramètres: (3)
  • (string|false) $file Path to the translation file to load. False if there isn't one.
    Requis: Oui
  • (string) $handle Name of the script to register a translation domain to.
    Requis: Oui
  • (string) $domain The text domain.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the file path for loading script translations for the given script handle and text domain.





Source

$file = apply_filters( 'load_script_translation_file', $file, $handle, $domain );