OnUserRegisterFormDisplay

Description

Called when user registration form is being displayed. You may insert additional HTML or fields at the top or, the bottom of the form about to be rendered.

Params

  • array of registration form in html format

Example

function onUserRegisterFormDisplay( &$content) 
{
	$content = "New Content";
}