Changes between Version 1 and Version 2 of Ticket #3443, comment 9
- Timestamp:
- 08/07/2011 03:57:37 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3443, comment 9
v1 v2 1 1 You'll need to add two extra lines to prevent the other email from being sent. 2 2 3 {{{remove_filter( 'wpmu_signup_blog_notification', 'bp_core_activation_signup_blog_notification', 1, 7 ); 4 add_filter( 'wpmu_signup_blog_notification', '__return_false' );}}} 3 {{{ 4 remove_filter( 'wpmu_signup_blog_notification', 'bp_core_activation_signup_blog_notification', 1, 7 ); 5 add_filter( 'wpmu_signup_blog_notification', '__return_false' ); 6 }}} 5 7 6 8