Core Function
View Source on Trac ↗ _load_textdomain_just_in_time()
_load_textdomain_just_in_time( mixed $domain ) Loads plugin and theme text domains just-in-time.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $domain string | Text domain. Unique identifier for retrieving translated strings. Required |
Return Value
(bool)
True when the textdomain is successfully loaded, false otherwise.
Function Information
Since Version
4.6.0
Source File
wp-includes/l10n.php
Advertisement