__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace NinjaFileManager;
defined('ABSPATH') || exit;
/**
* I18n Logic
*/
class I18n {
protected static $instance = null;
public static function getInstance() {
if (null == self::$instance) {
self::$instance = new self;
}
return self::$instance;
}
private function __construct() {
add_action('plugins_loaded', array($this, 'loadPluginTextdomain'));
}
public function loadPluginTextdomain() {
load_plugin_textdomain(
'filester',
false,
NJT_FS_BN_PLUGIN_URL . 'i18n/languages/'
);
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| File_manager | Folder | 0775 |
|
|
| Recommended | Folder | 0775 |
|
|
| I18n.php | File | 560 B | 0775 |
|
| Plugin.php | File | 1.59 KB | 0775 |
|
| cross.php | File | 18.33 KB | 0775 |
|
| functions.php | File | 1.36 KB | 0775 |
|
| index.php | File | 0 B | 0775 |
|