bbp_user_register( int $user_id )

The main action for hooking into a user being registered

Description

Parameters

$user_id

(int) (Required) ID of user being edited

Source

File: bp-forums/core/sub-actions.php

function bbp_user_register( $user_id = 0 ) {
	do_action( 'bbp_user_register', $user_id );
}

Changelog

Changelog
Version Description
bbPress (r4304) 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.