Ukraine denies Shahed drone upgrade claims

Ukrainian defense specialists have strongly refuted recent claims published by The Economist regarding alleged upgrades to Russian Shahed-type drones, calling the report inaccurate and misleading. In a public statement, Serhiy Beskrestnov, a Ukrainian electronic warfare and radio technology expert known by the callsign Serhiy Flash, criticized the article’s core assertions. “It is very unfortunate that […]

The post Ukraine denies Shahed drone upgrade claims first appeared on Defence Blog.

function display_related_posts() { if (is_single()) { global $post; $categories = wp_get_post_categories($post->ID); if ($categories) { $args = array( 'category__in' => $categories, 'post__not_in' => array($post->ID), 'posts_per_page' => 4, 'orderby' => 'rand' ); $related_posts = new WP_Query($args); if ($related_posts->have_posts()) { echo ''; } wp_reset_postdata(); } } } add_action('wp_footer', 'display_related_posts');