load_muplugin_textdomain
load_muplugin_textdomain ( $domain, $mu_plugin_rel_path = '' )
Parameters:- (string) domain Text domain. Unique identifier for retrieving translated strings.
- (string) mu_plugin_rel_path Optional. Relative to `WPMU_PLUGIN_DIR` directory in which the .mo file resides. Default empty string.
Returns:- (bool) True when textdomain is successfully loaded, false otherwise.
Defined at:Change Log: - Introduced in WordPress: 3.0.0
- Deprecated in WordPress: —
Description
Loads the translated strings for a plugin residing in the mu-plugins directory.