load_textdomain

load_textdomain

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('load_textdomain') is found 1 times:

  • /wp-includes/l10n.php line 780
    	 *
    	 * @param string $domain Text domain. Unique identifier for retrieving translated strings.
    	 * @param string $mofile Path to the .mo file.
    	 */
    	do_action( 'load_textdomain', $domain, $mofile );
    
    	/**
    	 * Filters MO file path for loading translations for a specific text domain.
    	 *
    	 * @since 2.9.0
    	 *