wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



load_script_translation_file › Filtr WordPress Hooks

Od5.0.2
Przestarzałyn/a
apply_filters( 'load_script_translation_file', $file, $handle, $domain )
Parametry: (3)
  • (string|false) $file Path to the translation file to load. False if there isn't one.
    Wymagane: Tak
  • (string) $handle Name of the script to register a translation domain to.
    Wymagane: Tak
  • (string) $domain The text domain.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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