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



load_script_translation_file › Hooks de Filtros WordPress

Desde5.0.2
Obsoleton/a
apply_filters( 'load_script_translation_file', $file, $handle, $domain )
Parâmetros: (3)
  • (string|false) $file Path to the translation file to load. False if there isn't one.
    Required: Yes
  • (string) $handle Name of the script to register a translation domain to.
    Required: Yes
  • (string) $domain The text domain.
    Required: Yes
Definido em:
Codex:

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





Fonte

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