addToFooter() публичный статический Метод

Add content to the footer
public static addToFooter ( string $tag = "" )
$tag string
/**
 * Add content to the footer
 *
 * @param string $tag
 */
function add_to_footer($tag = "")
{
    OutputHandler::addToFooter($tag);
}