Redaxscript\Modules\Disqus\Disqus::commentReplace PHP Method

commentReplace() public static method

commentReplace
Since: 2.2.0
public static commentReplace ( )
    public static function commentReplace()
    {
        $boxElement = new Html\Element();
        $boxElement->init('div', ['id' => self::$_configArray['id']]);
        /* collect output */
        $output = $boxElement;
        echo $output;
    }