wpseek.com
WordPress开发者和主题制作者的搜索引擎



pre_load_script_translations › WordPress过滤钩子

Since5.0.2
已弃用n/a
apply_filters( 'pre_load_script_translations', null, $file, $handle, $domain )
参数: (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
定义在:
文档:

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.





源码

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