From f889d05fd66231b22e14e8a8e601e79efd0ce4f1 Mon Sep 17 00:00:00 2001 From: ePascalC Date: Tue, 14 Jul 2026 14:46:33 +0200 Subject: [PATCH] Change date/location of WordCamp Europe 2027 Change date/location of WordCamp Europe 2027 --- .../public_html/events/1.0/index.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/api.wordpress.org/public_html/events/1.0/index.php b/api.wordpress.org/public_html/events/1.0/index.php index 228bfa56ee..382fed189f 100644 --- a/api.wordpress.org/public_html/events/1.0/index.php +++ b/api.wordpress.org/public_html/events/1.0/index.php @@ -1162,19 +1162,19 @@ function get_regional_wordcamp_data() { 'event' => array( 'type' => 'wordcamp', 'title' => 'WordCamp Europe', - 'url' => 'https://europe.wordcamp.org/2026/', + 'url' => 'https://europe.wordcamp.org/2027/', 'meetup' => '', 'meetup_url' => '', - 'date' => '2026-06-04 00:00:00', - 'end_date' => '2026-06-06 00:00:00', - 'start_unix_timestamp' => strtotime( '2026-06-04 00:00:00' ) - 2 * HOUR_IN_SECONDS, - 'end_unix_timestamp' => strtotime( '2026-06-06 00:00:00' ) - 2 * HOUR_IN_SECONDS, + 'date' => '2027-05-27 00:00:00', + 'end_date' => '2027-05-29 00:00:00', + 'start_unix_timestamp' => strtotime( '2027-05-27 00:00:00' ) - 2 * HOUR_IN_SECONDS, + 'end_unix_timestamp' => strtotime( '2027-05-29 00:00:00' ) - 2 * HOUR_IN_SECONDS, 'location' => array( - 'location' => 'Kraków', - 'country' => 'PL', - 'latitude' => 50.0646501, - 'longitude' => 19.9449799, + 'location' => 'Málaga', + 'country' => 'ES', + 'latitude' => 36.720131, + 'longitude' => -4.475438, ), ), ),