On this page
apply_filters( 'load_script_translations', string $translations, string $file, string $handle, string $domain )
Filters script translations for the given file, script handle and text domain.
Parameters
$translationsstring-
JSON-encoded translation data.
$filestring-
Path to the translation file that was loaded.
$handlestring-
Name of the script to register a translation domain to.
$domainstring-
The text domain.
Source
File: wp-includes/l10n.php. View all references
return apply_filters( 'load_script_translations', $translations, $file, $handle, $domain );
Related
Used By
| Used By | Description |
|---|---|
| load_script_translations() wp-includes/l10n.php | Loads the translation data for the given script handle and text domain. |
Changelog
| Version | Description |
|---|---|
| 5.0.2 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/load_script_translations