| Server IP : 121.121.20.254 / Your IP : 216.73.217.141 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/wst2024/wp-content/plugins/admin-menu-editor/ |
Upload File : |
<?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.9.10
Author: Janis Elsts
Author URI: http://w-shadow.com/blog/
*/
if ( include(dirname(__FILE__) . '/includes/version-conflict-check.php') ) {
return;
}
require_once dirname(__FILE__) . '/includes/basic-dependencies.php';
//Are we running in the Dashboard?
if ( is_admin() ) {
//Load the plugin
$wp_menu_editor = new WPMenuEditor(__FILE__, 'ws_menu_editor');
}//is_admin()