API17:JDocumentHTML::addCustomTag
From Joomla! Documentation
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
JDocumentHTML::addCustomTag source code on BitBucket
Class JDocumentHTML
Subpackage Document- Other versions of JDocumentHTML::addCustomTag
User contributed notes
Code Examples