WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about load_textdomain_mofile

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/l10n.php apply_filters 759 /**
* Filters MO file path for loading translations for a specific text domain.
*
* @since 2.9.0
*
* @param string $mofile Path to the MO file.
* @param string $domain Text domain. Unique identifier for retrieving translated strings.
*/

Hook Parameters

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