Core Function
View Source on Trac ↗ is_textdomain_loaded()
is_textdomain_loaded( mixed $domain ) Determines whether there are translations for the text domain.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $domain string | Text domain. Unique identifier for retrieving translated strings. Required |
Return Value
(bool)
Whether there are translations.
Function Information
Since Version
3.0.0
Source File
wp-includes/l10n.php
Advertisement