wpseek.com
A WordPress-centric search engine for devs and theme authors



pre_load_script_translations › WordPress Filter Hooks

Since5.0.2
Deprecatedn/a
apply_filters( 'pre_load_script_translations', null, $file, $handle, $domain )
Parameters: (4)
  • (string|false|null) $translations JSON-encoded translation data. Default null.
    Required: Yes
  • (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
Defined at:
Codex:

Pre-filters script translations for the given file, script handle and text domain.

Returning a non-null value allows to override the default logic, effectively short-circuiting the function.





Source

$translations = apply_filters( 'pre_load_script_translations', null, $file, $handle, $domain );