Making WordPress.org


Ignore:
Timestamp:
01/15/2019 09:06:15 AM (8 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-loader.php

    r7607 r8083  
    5151                require_once ( WCPT_DIR . 'wcpt-meetup/meetup.php' );
    5252                require_once ( WCPT_DIR . 'wcpt-meetup/class-meetup-admin.php' );
     53                require_once ( WCPT_DIR . 'wcpt-event/class-event-admin.php' ); // required for declined application cron to work.
    5354
    5455                // Require admin files.
Note: See TracChangeset for help on using the changeset viewer.