API17:JDocument::getMetaData
From Joomla! Documentation
JDocument::getMetaData
Description
Gets a meta tag.
public function getMetaData (
$name
$http_equiv=false
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | Value of name or http-equiv tag | |
| $http_equiv | bool | false | META type "http-equiv" defaults to null |
- Returns string
- Defined on line 349 of libraries/joomla/document/document.php
See also
JDocument::getMetaData source code on BitBucket
Class JDocument
Subpackage Document- Other versions of JDocument::getMetaData
User contributed notes
Code Examples