pre_load_script_translations
最后更新于:2021-11-27 19:20:14
apply_filters( ‘pre_load_script_translations’, string|false|null $translations, string|false $file, string $handle, string $domain )
Pre-filters script translations for the given file, script handle and text domain.
参数
- $translations
-
(string|false|null)
JSON-encoded translation data. Default null. - $file
-
(string|false)
Path to the translation file to load. False if there isn’t one. - $handle
-
(string)
Name of the script to register a translation domain to. - $domain
-
(string)
The text domain.
源文件
文件: gc-includes/l10n.php