Making WordPress.org


Ignore:
Timestamp:
04/24/2015 10:48:25 PM (11 years ago)
Author:
iandunn
Message:

WordCamp JSON API: Expose Session type and timestamp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/wcorg-json-api.php

    r1515 r1516  
    7777                        // todo add Multi-Event Sponsor Region, but convert from ID to name so it will be meaningful without having to do extra lookup? Or convert to whitelisted object?
    7878                ),
     79
     80                'wcb_session' => array( '_wcpt_session_time', '_wcpt_session_type' ),
    7981        );
    8082        $targeted_post_types = array_keys( $whitelisted_post_meta );
Note: See TracChangeset for help on using the changeset viewer.