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



load_script_translations › Filtr WordPress Hooks

Od5.0.2
Przestarzałyn/a
apply_filters( 'load_script_translations', $translations, $file, $handle, $domain )
Parametry: (4)
  • (string) $translations JSON-encoded translation data.
    Wymagane: Tak
  • (string) $file Path to the translation file that was loaded.
    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 script translations for the given file, script handle and text domain.





Źródło

return apply_filters( 'load_script_translations', $translations, $file, $handle, $domain );