Linux webm002.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
themeisle-companion
/
core
/
includes
/
/home/ariannadhf/www/wp-content/plugins/themeisle-companion/core/includes/class-orbit-fox-i18n.php
<?php /** * Define the internationalization functionality * * Loads and defines the internationalization files for this plugin * so that it is ready for translation. * * @link https://themeisle.com * @since 1.0.0 * * @package Orbit_Fox * @subpackage Orbit_Fox/includes */ /** * Define the internationalization functionality. * * Loads and defines the internationalization files for this plugin * so that it is ready for translation. * * @since 1.0.0 * @package Orbit_Fox * @subpackage Orbit_Fox/includes * @author Themeisle <friends@themeisle.com> */ class Orbit_Fox_I18n { /** * Load the plugin text domain for translation. * * @since 1.0.0 */ public function load_plugin_textdomain() { load_plugin_textdomain( 'themeisle-companion', false, OBX_PATH . '/languages/' ); } }