Changeset 7733 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-meetup/class-meetup-admin.php
- Timestamp:
- 10/16/2018 05:09:51 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-meetup/class-meetup-admin.php
r7692 r7733 660 660 661 661 /** 662 * List of meta keys that can be exposed publicly. 663 * 664 * @return array 665 */ 666 public static function get_public_meta_keys() { 667 return array( 668 'Meetup URL', 669 'Meetup Location (From meetup.com)', 670 'Last meetup on', 671 ); 672 } 673 674 /** 662 675 * Schedule cron job for updating data from meetup API 663 676 */
Note: See TracChangeset
for help on using the changeset viewer.