Making WordPress.org

Changeset 9748


Ignore:
Timestamp:
04/20/2020 10:27:59 PM (5 years ago)
Author:
iandunn
Message:

Events: Update regional WordCamp data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/events/1.0/index.php

    r9743 r9748  
    952952 */
    953953function get_regional_wordcamp_data() {
     954    // `promo_start` should be 2 months before the Event's start date. See `maybe_add_regional_wordcamps()`.
     955
    954956    return array(
    955957        // WordCamp Asia.
    956958        'asia'   => array(
    957             'promo_start'        => strtotime( '2019-12-20 00:00:00' ), // todo
     959            'promo_start'        => strtotime( '2019-12-20 00:00:00' ),
    958960            'regional_countries' => array(
    959961                'cn', 'hk', 'jp', 'kp', 'kr', 'mn', 'mo', 'tw', 'af', 'bd',
     
    984986        // WordCamp Europe.
    985987        'europe' => array(
    986             'promo_start'        => 0, // todo
     988            'promo_start'        => strtotime( '2020-04-04 00:00:00' ),
    987989            'regional_countries' => array(
    988990                // todo
     
    994996                'meetup'     => '',
    995997                'meetup_url' => '',
    996                 'date'       => '', // todo
    997                 'end_date'   => '', // todo
     998                'date'       => '2020-06-04 00:00:00',
     999                'end_date'   => '2020-06-06 00:00:00',
    9981000                'location' => array(
    9991001                    'location'  => 'Porto, Portugal',
     
    10061008        // WordCamp US.
    10071009        'us'     => array(
    1008             'promo_start'        => strtotime( '2019-08-16 00:00:00' ),
     1010            'promo_start'        => strtotime( '2020-08-27 00:00:00' ),
    10091011            'regional_countries' => array(
    10101012                'us', 'ca', 'bz', 'cr', 'sv', 'gt', 'hn', 'mx', 'ni', 'pa',
     
    10161018                'type'       => 'wordcamp',
    10171019                'title'      => 'WordCamp US',
    1018                 'url'        => 'https://2019.us.wordcamp.org/',
     1020                'url'        => 'https://2020.us.wordcamp.org/',
    10191021                'meetup'     => '',
    10201022                'meetup_url' => '',
    1021                 'date'       => '2019-11-01 00:00:00',
    1022                 'end_date'   => '2019-11-03 00:00:00',
     1023                'date'       => '2020-10-27 00:00:00',
     1024                'end_date'   => '2020-10-29 00:00:00',
     1025
    10231026                'location'   => array(
    10241027                    'location'  => 'St. Louis, MO, USA',
     
    10591062        /**
    10601063         * The targeted area of the regional camp promotion "zooms in" over the course of 6 weeks.
     1064         *
     1065         * For the last 2 weeks before the event, it will just be displayed to everyone in the normal (400km) radius.
    10611066         */
    10621067        if ( is_within_date_range( $current_time, $start, strtotime( '+ 2 weeks', $start ) ) ) {
Note: See TracChangeset for help on using the changeset viewer.