bp_core_updated_flname_memberpress_buddypress( int $user_id )
Add User meta as first and last name is update by BuddyBoss Platform itself
Description
Parameters
- $user_id
-
(Required) Register member user id
Source
File: bp-core/compatibility/bp-incompatible-plugins-helper.php
144 145 146 147 | function bp_core_updated_flname_memberpress_buddypress( $user_id ) { $user_id = empty ( $user_id ) ? bp_loggedin_user_id() : $user_id ; update_user_meta( $user_id , 'bp_flname_sync' , 1 ); } |
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.