Changeset 108
- Timestamp:
- 10/22/2013 09:48:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/email-post-changes-specific-post/email-post-changes-specific-post.php
r106 r108 14 14 */ 15 15 public function __construct() { 16 add_action( 'widgets_init', array( $this, 'register_widgets' ) ); 17 add_filter( 'email_post_changes_default_options', array( $this, 'set_default_epc_options' ) ); 18 add_filter( 'email_post_changes_emails', array( $this, 'insert_subscribed_emails' ), 10, 3 ); 16 add_action( 'widgets_init', array( $this, 'register_widgets' ) ); 17 add_filter( 'email_post_changes_default_options', array( $this, 'set_default_epc_options' ) ); 18 add_filter( 'email_post_changes_admin_email_fallback', '__return_false' ); 19 add_filter( 'email_post_changes_emails', array( $this, 'insert_subscribed_emails' ), 10, 3 ); 19 20 } 20 21
Note: See TracChangeset
for help on using the changeset viewer.