bbp_profile_update

bbp_profile_update

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_profile_update') is found 1 times:

  • /includes/core/sub-actions.php line 303
     * @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)
    

See this hook used in plugins: