bp_core_add_support_mepr_signup_map_user_fields( $txn )
Update the BuddyBoss Platform Fields when user register from MemberPress Registration form
Description
Support MemberPress and MemberPress Pro
Source
File: bp-core/compatibility/bp-incompatible-plugins-helper.php
function bp_core_add_support_mepr_signup_map_user_fields( $txn ) {
if ( ! empty( $txn->user_id ) ) {
bp_core_map_user_registration( $txn->user_id, true );
}
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.1.9 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.