pre_load_script_translations
apply_filters( ‘pre_load_script_translations’, string|f…
apply_filters( ‘pre_load_script_translations’, string|false|null $translations, string|false $file, string $handle, string $domain )
筛选挂钩:预先筛选给定文件、脚本句柄和文本域的脚本翻译。
Filter Hook: Pre-filters script translations for the given file, script handle and text domain.
目录锚点:#说明#参数#源码
说明(Description)
返回非空值允许重写默认逻辑,从而有效地使函数短路。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$translations | (string | false | null) | JSON编码的翻译数据。默认为空。 |
$file | (string | false) | 要加载的翻译文件的路径。如果没有就错了。 |
$handle | (string) | 要向其注册翻译域的脚本的名称。 |
$domain | (string) | 文本域。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
5.0.2 | wp-includes/l10n.php:1075 | 1 | 0 |
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!