wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



load_script_translation_file › WordPress Filter Hooks

Da5.0.2
Deprecaton/a
apply_filters( 'load_script_translation_file', $file, $handle, $domain )
Parametri: (3)
  • (string|false) $file Path to the translation file to load. False if there isn't one.
    Richiesto:
  • (string) $handle Name of the script to register a translation domain to.
    Richiesto:
  • (string) $domain The text domain.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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