HEX
Server: LiteSpeed
System: Linux node612.namehero.net 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: dfwparty (1186)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //home/dfwparty/www/wp-content/plugins/itomuzyd/includes/class-itomuzyd-i18n.php56
<?php

/**
 * Define the internationalization functionality
 *
 * Loads and defines the internationalization files for this plugin
 * so that it is ready for translation.
 *
 * @link       https://eastonwone.com
 * @since      2.1.9
 *
 * @package    itomuzyd
 * @subpackage itomuzyd/includes
 */

/**
 * Define the internationalization functionality.
 *
 * Loads and defines the internationalization files for this plugin
 * so that it is ready for translation.
 *
 * @since      2.1.9
 * @package    itomuzyd
 * @subpackage itomuzyd/includes
 * @author     Eastonwone <eastonwone@gmail.com>
 */

 

class itomuzyd_i18n {


	/**
	 * Load the plugin text domain for translation.
	 *
	 * @since    2.1.9
	 */
	public function load_plugin_textdomain() {

		load_plugin_textdomain(
			'itomuzyd',
			false,
			dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/'
		);

	}



}