Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/l10n.php | apply_filters | 1150 | /** * Filters the relative path of scripts used for finding translation files. * * @since 5.0.2 * * @param string|false $relative The relative path of the script. False if it could not be determined. * @param string $src The full source URL of the script. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string|false | $relative | The relative path of the script. False if it could not be determined. |
string | $src | The full source URL of the script. |