setMeta() public static method

Set a meta tag by name
public static setMeta ( string $name, string $content = "" )
$name string
$content string
/**
 * Set a meta tag by name
 *
 * @param string $name
 * @param string $content
 */
function set_meta($name, $content = "")
{
    OutputHandler::setMeta($name, $content);
}