[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.220.42.22: ~ $
<?php
/*
Plugin Name: Admin Menu Editor
Plugin URI: http://w-shadow.com/blog/2008/12/20/admin-menu-editor-for-wordpress/
Description: Lets you directly edit the WordPress admin menu. You can re-order, hide or rename existing menus, add custom menus and more. 
Version: 1.12.4
Author: Janis Elsts
Author URI: http://w-shadow.com/blog/
Requires PHP: 5.6
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
This plugin may include third-party libraries and other content that is licensed under various
GPL-compatible licenses. In such cases, the relevant license will usually be stated at the top
of the source code file or in "readme.txt", "license.txt" or a similar file located in the same
directory as the content.
*/

if ( include(dirname(__FILE__) . '/includes/version-conflict-check.php') ) {
	return;
}

//Load the plugin
require_once dirname(__FILE__) . '/includes/basic-dependencies.php';
global $wp_menu_editor;
$wp_menu_editor = new WPMenuEditor(__FILE__, 'ws_menu_editor');

Filemanager

Name Type Size Permission Actions
ajax-wrapper Folder 0755
css Folder 0755
customizables Folder 0755
images Folder 0755
includes Folder 0755
js Folder 0755
modules Folder 0755
menu-editor.php File 1.01 KB 0644
phpcs.xml File 2.96 KB 0644
readme.txt File 26.77 KB 0644
screenshot-1.png File 33.21 KB 0644
screenshot-2.png File 7.43 KB 0644
screenshot-3.png File 5.56 KB 0644
tsconfig.json File 124 B 0644
uninstall.php File 1.11 KB 0644