Changeset 8140
- Timestamp:
- 01/25/2019 03:51:54 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-event/notification.php
r8085 r8140 3 3 * Provides helper methods for sending slack notifications in response to status changes in application. 4 4 */ 5 6 // Local environments don't have the credentials to send to Slack. 7 if ( 'development' === WORDCAMP_ENVIRONMENT && ( ! defined( 'WPORG_SANDBOXED' ) || ! WPORG_SANDBOXED ) ) { 8 return; 9 } 5 10 6 11 if ( defined( 'WPORG_SANDBOXED' ) && WPORG_SANDBOXED ) {
Note: See TracChangeset
for help on using the changeset viewer.