Codex tools: Log in
Contents |
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 than its WordPress equivalent which is designed for the normal plugins directory.
<?php load_muplugin_textdomain($domain, $path); ?>