Do not send out email notification
-
I know people have asked how to permanently diable the emails but i only need to disable the email notification once within my function as I have set the user up to follow themselves after checkout but dont need the email to notify them of this. Any help?
function my_pmpro_after_checkout($user_id) { //self follower when become new user bp_follow_start_following( array( 'leader_id' => $user_id, 'follower_id' => $user_id ) ); } add_action("pmpro_after_checkout", "my_pmpro_after_checkout");
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Do not send out email notification’ is closed to new replies.