Making WordPress.org


Ignore:
Timestamp:
01/15/2019 09:06:15 AM (6 years ago)
Author:
vedjain
Message:

WCPT: Send notifications to community-events or community-team slack channel on status changes in WordCamp/Meetup applications

Whenever a WordCamp/Meetup application is received, accepted or declined, we will send out notifications. This will help in surfacing interesting changes happening in the community.
This is also discussed in https://make.wordpress.org/community/2018/12/24/slack-notifications-for-wordcamp-and-meetup-application-updates/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-meetup/class-meetup-application.php

    r7887 r8083  
    271271    public function get_event_location() {
    272272        if ( isset( $this->post->ID ) ) {
    273             return get_post_meta( $this->post->ID, 'q_city', true );
    274         }
     273            return get_post_meta( $this->post->ID, 'Meetup Location', true );
     274        }
     275    }
     276
     277    /**
     278     * Public report URL for Meetup Applications
     279     */
     280    public static function get_application_report_url() {
     281        return "https://central.wordcamp.org/reports/meetup-applications/";
    275282    }
    276283
Note: See TracChangeset for help on using the changeset viewer.