modX.regClientStartupHTMLBlock

Skip to end of metadata
Go to start of metadata


modX::regClientStartupHTMLBlock

Register HTML to be injected before the closing HEAD tag.

Syntax

API Doc: http://api.modxcms.com/modx/modX.html#regClientStartupHTMLBlock

void regClientStartupHTMLBlock (string $html)

Example

Render a faux tag element before the end of the HEAD.

$modx->regClientStartupHTMLBlock('<tag></tag>');

See Also

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.