Buddypress and WangGuard support
-
It’s very easy to add support for Buddypress (x-profile fields) and WangGuard (honeypot fields).
The
bp_after_account_details_fields
hook adds WangGuard’s honeypot and extra questions fields. There’s several other hooks that would be easy to include after checking if BP is installed. You can see all the register form hooks they include here: https://github.com/buddypress/BuddyPress/blob/master/src/bp-templates/bp-legacy/buddypress/members/register.php
- The topic ‘Buddypress and WangGuard support’ is closed to new replies.