modX.regClientStartupHTMLBlock
Last updated Dec 21st, 2019 | Page history | Improve this page | Report an issue
modX::regClientStartupHTMLBlock¶
Register HTML to be injected before the closing HEAD tag.
Syntax¶
API Doc: modX::regClientStartupHTMLBlock()
void regClientStartupHTMLBlock (string $html)
Example¶
Render a faux tag element before the end of the HEAD.
$modx->regClientStartupHTMLBlock('<tag></tag>');