XYZ File Manager
Current Path:
/var/www/wordpress/wp-content/plugins/oxymade/includes
var
/
www
/
wordpress
/
wp-content
/
plugins
/
oxymade
/
includes
/
📁
..
📄
class-oxymade-activator.php
(583 B)
📄
class-oxymade-deactivator.php
(593 B)
📄
class-oxymade-i18n.php
(869 B)
📄
class-oxymade-loader.php
(4.72 KB)
📄
class-oxymade.php
(22.71 KB)
📄
index.php
(26 B)
Editing: class-oxymade-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://oxymade.com * @since 1.0.0 * * @package Oxymade * @subpackage Oxymade/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 Oxymade * @subpackage Oxymade/includes * @author Anvesh <support@oxymade.com> */ class Oxymade_i18n { /** * Load the plugin text domain for translation. * * @since 1.0.0 */ public function load_plugin_textdomain() { load_plugin_textdomain( 'oxymade', false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/' ); } }
Upload File
Create Folder