Changeset 8682 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-event/notification.php
- Timestamp:
- 04/25/2019 07:58:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-event/notification.php
r8140 r8682 32 32 */ 33 33 function wcpt_slack_notify( $channel, $attachment ) { 34 $slack_client = trailingslashit( WP_CONTENT_DIR ) . 'mu-plugins/includes/slack/send.php'; 35 if ( is_readable( $slack_client ) ) { 36 require_once $slack_client; 37 } 38 34 39 if ( ! class_exists( 'Dotorg\Slack\Send' ) ) { 35 40 return false;
Note: See TracChangeset
for help on using the changeset viewer.