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
- $translations
-
JSON-encoded translation data.
- $file
-
Path to the translation file that was loaded.
- $handle
-
Name of the script to register a translation domain to.
- $domain
-
The text domain.
Source
File: wp-includes/l10n.php
Changelog
Version | Description |
---|---|
5.0.2 | Introduced. |