is_textdomain_loaded [ WordPress Function ]
is_textdomain_loaded ( $domain )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: is_main_blog, load_textdomain, unload_textdomain, is_email, load_plugin_textdomain
Whether there are translations for the domain
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- l10n.php
May 7, 2010 ... is_textdomain_loaded(), Whether there are translations for the domain. load_child_theme_textdomain(), Loads the child themes translated ...
www.tig12.net - Docs for page l10n.php
is_textdomain_loaded (line 511). Whether there are translations for the domain. return: Whether there are translations; since: 3.0.0. bool is_textdomain_loaded ...
phpdoc.wordpress.org - <?php /** * Internationalization and translation functions. Because ...
if ( 'hybrid-core' == $domain && !is_textdomain_loaded( 'hybrid-core' ) && is_textdomain_loaded( hybrid_get_parent_textdomain() ) ) { /* Get the translations for ...
themes.svn.wordpress.org - load_theme_textdomain() WordPress function reference, arguments ...
...textdomain... is_textdomain_loaded() · load_child_theme_textdomain() · load_default_textdomain() · load_muplugin_textdomain() · load_plugin_textdomain() ...
queryposts.com