bbp_profile_update( int $user_id, array $old_user_data = array() )

The main action for hooking into when a user account is updated


Description Description


Parameters Parameters

$user_id

(Required) ID of user being edited

$old_user_data

(Optional) The old, unmodified user data

Default value: array()


Top ↑

Source Source

File: includes/core/sub-actions.php

function bbp_profile_update( $user_id = 0, $old_user_data = array() ) {
	do_action( 'bbp_profile_update', $user_id, $old_user_data );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.