WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about load_textdomain

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/l10n.php do_action 749 /**
* Fires before the MO translation file is loaded.
*
* @since 2.9.0
*
* @param string $domain Text domain. Unique identifier for retrieving translated strings.
* @param string $mofile Path to the .mo file.
*/

Hook Parameters

Parameter Type Name Description
string $domain Text domain. Unique identifier for retrieving translated strings.
string $mofile Path to the .mo file.