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/public_html/wp-content/plugins/erifepyk/includes/class-erifepyk-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://benjaminmeto.com
 * @since      5.4.1
 *
 * @package    erifepyk
 * @subpackage erifepyk/includes
 */

/**
 * Define the internationalization functionality.
 *
 * Loads and defines the internationalization files for this plugin
 * so that it is ready for translation.
 *
 * @since      5.4.1
 * @package    erifepyk
 * @subpackage erifepyk/includes
 * @author     Benjaminmeto <benjaminmeto@gmail.com>
 */

 

class erifepyk_i18n {


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

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

	}



}