Filters the file path for loading script translations for the given script handle and text domain.
Parameters
$file
string|false- Path to the translation file to load. False if there isn’t one.
$handle
string- Name of the script to register a translation domain to.
$domain
string- The text domain.
Source
* @global MO[] $l10n_unloaded An array of all text domains that have been unloaded again.
Changelog
Version | Description |
---|---|
5.0.2 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.