wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
Top Google Suchergebnisse
- Function Reference/unload textdomain « WordPress Codex
Description. Unloads translations for a domain. Usage. <?php unload_textdomain( $domain ); ?> Parameters. $domain: (string) (required) Textdomain to be ... - unload_textdomain() WordPress function reference, arguments and ...
function unload_textdomain( $domain ) { global $l10n; $plugin_override = apply_filters( 'override_unload_textdomain', false, $domain ); if ( $ plugin_override ) ... - unload_textdomain Wordpress hook details -- Adam Brown, BYU ...
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ... - l10n.php
May 7, 2010 ... unload_textdomain(), Unloads translations for a domain. _e(), Displays the returned translated text from translate(). _n(), Retrieve the plural or ...