Summery Summery
Whether there are translations for the text domain.
Syntax Syntax
Parameters Parameters
- $domain
- 
					(Required) Text domain. Unique identifier for retrieving translated strings. 
Return Return
(bool) Whether there are translations.
Source Source
File: wp-includes/l10n.php
	if ( null === $cached_mofiles ) {
		$cached_mofiles = array();
			Advertisement
Changelog Changelog
| Version | Description | 
|---|---|
| 3.0.0 | Introduced. | 
