Action hook 'load_textdomain'

in WP Core File wp-includes/l10n.php at line 784

Description

Fires before the MO translation file is loaded.

Occurrences

Filename Line Number
wp-includes/l10n.php 784

Parameters

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

PHP Doc

/**
	 * 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.
	 */