Summery Summery
Pre-filters script translations for the given file, script handle and text domain.
Syntax Syntax
Description Description
Returning a non-null value allows to override the default logic, effectively short-circuiting the function.
Parameters Parameters
- $translations
-
JSON-encoded translation data. Default null.
- $file
-
Path to the translation file to load. False if there isn't one.
- $handle
-
Name of the script to register a translation domain to.
- $domain
-
The text domain.
Source Source
File: wp-includes/l10n.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.0.2 | Introduced. |