JDocumentHTML::addCustomTag
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JDocumentHTML::addCustomTag[edit]
Description[edit]
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[edit]
JDocumentHTML::addCustomTag source code on BitBucket
Class JDocumentHTML
Subpackage Document
- Other versions of JDocumentHTML::addCustomTag
User contributed notes[edit]
Code Examples[edit]