load_muplugin_textdomain [ WordPress Function ]
load_muplugin_textdomain ( $domain, $mu_plugin_rel_path = '' )
| Parameters: |
|
| Defined at: |
|
Soorgelijke functies: load_plugin_textdomain, load_textdomain, load_default_textdomain, load_theme_textdomain, unload_textdomain
Load the translated strings for a plugin residing in the mu-plugins dir.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- WPMU Functions/load muplugin textdomain « WordPress Codex
Description. Loads the plugin's translated strings. This function is the same as load_plugin_textdomain however it is designed for the mu-plugins directory rather ...
codex.wordpress.org - [Plugin: WordPress MU Domain Mapping] Where to put the translation
function load_muplugin_textdomain( $domain, $mu_plugin_rel_path = '' ) { $ locale = apply_filters( 'plugin_locale', get_locale(), $domain ); $path ...
wordpress.org - l10n.php
May 7, 2010 ... load_muplugin_textdomain(), Load the translated strings for a plugin residing in the mu-plugins dir. load_plugin_textdomain(), Loads the ...
www.tig12.net - Translation doesn't work
'/wpmu-dev-seo.php' ) ) { load_muplugin_textdomain( 'wds', dirname( plugin_basename( __FILE__ ) ) . '/wds-files/languages' ); } else ...
premium.wpmudev.org