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:
  • 4: .

Description

Loads the translated strings for a plugin residing in the mu-plugins directory.

Related Functions

load_plugin_textdomain, load_default_textdomain, load_textdomain, load_theme_textdomain, load_script_textdomain

Top Google Results

User discussions

wpseek mobile