筛选挂钩:筛选给定文件、脚本句柄和文本域的脚本翻译。
apply_filters( ‘load_script_translations’, string $translations , string $file , string $handle , string $domain )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$translations | (string) | JSON编码的翻译数据。 |
$file | (string) | 加载的翻译文件的路径。 |
$handle | (string) | 要向其注册翻译域的脚本的名称。 |
$domain | (string) | 文本域。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
5.0.2 | wp-includes/l10n.php:1108 | 1 | 0 |