OnUserRegisterFormDisplay

Revision as of 15:08, 18 January 2013 by Sinisakrisan (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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";
}