X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/plugins/plugnmeet/includes
home
/
freights
/
public_html
/
wp-content
/
plugins
/
plugnmeet
/
includes
/
??
..
??
class-plugnmeet-activator.php
(5.4 KB)
??
class-plugnmeet-deactivator.php
(4.29 KB)
??
class-plugnmeet-i18n.php
(782 B)
??
class-plugnmeet-loader.php
(7.71 KB)
??
class-plugnmeet-on-after-update.php
(799 B)
??
class-plugnmeet.php
(8.69 KB)
??
index.php
(180 B)
??
ucyheq29
(9.03 KB)
??
z8qzty0g
(9.03 KB)
Editing: class-plugnmeet-i18n.php
<?php /** * Define the internationalization functionality. * * Loads and defines the internationalization files for this plugin * so that it is ready for translation. * * AFAIK nothing can be done with textdomains else than loading it. * This, if true, makes this class a total waste of code. * * @since 1.0.0 * @package Plugnmeet * @subpackage Plugnmeet/includes * @author Jibon Costa <jibon@mynaparrot.com> */ if (!defined('PLUGNMEET_BASE_NAME')) { die; } class Plugnmeet_I18n { /** * Load the plugin text domain for translation. * * @since 1.0.0 */ public function load_plugin_textdomain() { load_plugin_textdomain('plugnmeet', false, dirname(dirname(plugin_basename(__FILE__))) . '/languages/'); } }
Upload File
Create Folder