I can't customize the email
-
Hi there !
With the new “Invite anyone” version, my function which customize the group email invitation is not working (when I deactivate invite anyone, it’s working).
Here is my code :
add_filter('groups_notification_group_invites_message' , array($this , 'my_groups_notification_group_invites_message') , 2 , 7);
public function my_groups_notification_group_invites_message($message, $group, $inviter_name, $inviter_link, $invites_link, $group_link, $settings_link){ ... }
What do I have to do do prevente Invite Anyone from blocking with customization ?
Thanks a lot to the authors !
- The topic ‘I can't customize the email’ is closed to new replies.