bbp_user_register

bbp_user_register

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_user_register') is found 1 times:

  • /includes/core/sub-actions.php line 314
     *
     * @param int $user_id ID of user being edited
     */
    function bbp_user_register( $user_id = 0 ) {
    	do_action( 'bbp_user_register', $user_id );
    }
    
    /** Final Action **************************************************************/
    
    /**
     * bbPress has loaded and initialized everything, and is okay to go
    

See this hook used in plugins: