load_script_textdomain_relative_path

最后更新于:2021-11-27 03:41:31

apply_filters( ‘load_script_textdomain_relative_path’, string|false $relative, string $src )

Filters the relative path of scripts used for finding translation files.

参数

$relative

(string|false)
The relative path of the script. False if it could not be determined.

$src

(string)
The full source URL of the script.

源文件

文件: gc-includes/l10n.php

View on Trac