Back to PhocacartUtilsSettings class

Method getHTMLTagsExternalSource

public static
getHTMLTagsExternalSource
()

Method getHTMLTagsExternalSource - Source code

public static function getHTMLTagsExternalSource()
{
    return array('a', 'b', 'blockquote', 'br', 'caption', 'center', 'cite', 'code', 'dd', 'div', 'dl', 'dt', 'em', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'hr', 'img', 'li', 'ol', 'p', 'pre', 'small', 'span', 'strike', 'strong', 'sub', 'sup', 'table', 'td', 'th', 'tr', 'ul');
}