API17

API17:JDocumentHTML::addCustomTag

From Joomla! Documentation

Joomla 11.1 JDocumentHTML::addCustomTag

Description

Adds a custom html string to the head block.


public function addCustomTag ($html)
Parameter Type Default Description
$html string The html to add to the head
  • Returns void
  • Defined on line 221 of libraries/joomla/document/html/html.php

See also


User contributed notes

Code Examples