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 string
JSON-encoded translation data.
$file string
Path to the translation file that was loaded.
$handle string
Name of the script to register a translation domain to.
$domain string
The text domain.

Top ↑

Source

File: wp-includes/l10n.php. View all references

return apply_filters( 'load_script_translations', $translations, $file, $handle, $domain );


Top ↑

Changelog

Changelog
Version Description
5.0.2 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.