Making WordPress.org


Ignore:
Timestamp:
10/16/2018 05:09:51 PM (6 years ago)
Author:
vedjain
Message:

WordCamp: Add log with with timestamp when status is changed.

This will allow us to query status changes within a given timeperiod. Also minor fixes in meetup public status list and meta keys.

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  
    660660
    661661        /**
     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        /**
    662675         * Schedule cron job for updating data from meetup API
    663676         */
Note: See TracChangeset for help on using the changeset viewer.