筛选挂钩:预先筛选给定文件、脚本句柄和文本域的脚本翻译。
apply_filters( ‘pre_load_script_translations’, string|false|null $translations , string|false $file , string $handle , string $domain )
说明(Description)
返回非空值允许重写默认逻辑,从而有效地使函数短路。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$translations | (string | false | null) | JSON编码的翻译数据。默认为空。 |
$file | (string | false) | 要加载的翻译文件的路径。如果没有就错了。 |
$handle | (string) | 要向其注册翻译域的脚本的名称。 |
$domain | (string) | 文本域。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
5.0.2 | wp-includes/l10n.php:1075 | 1 | 0 |