Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




is_textdomain_loaded [ WordPress Function ]

is_textdomain_loaded ( $domain )
Parameters:
  • (string) $domain
Returns:
  • (bool) Whether there are translations
Defined at:



Whether there are translations for the domain

Source


<?php
function is_textdomain_loaded$domain ) {
    global 
$l10n;
    return isset( 
$l10n[$domain] );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics