bbp_profile_update
bbp_profile_update
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: action
See hook in action
Displaying hooks found in version: bbpress.2.6.9do_action('bbp_profile_update') is found 1 times:
- /includes/core/sub-actions.php line 303299300301302303304305306307308309
* @param int
$user_id
ID of user being edited
* @param
array
$old_user_data
The old, unmodified user data
*/
function
bbp_profile_update(
$user_id
= 0,
$old_user_data
=
array
() ) {
do_action(
'bbp_profile_update'
,
$user_id
,
$old_user_data
);
}
/**
* The main action
for
hooking into a user being registered
*
* @since 2.2.0 bbPress (r4304)