File "layout_preview.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/unlimited-elements-for-elementor/provider/views/layout_preview.php
File size: 263 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

defined('UNLIMITED_ELEMENTS_INC') or die;
class UniteCreatorLayoutPreviewProvider extends UniteCreatorLayoutPreview
{
    public function __construct()
    {
        $this->showHeader = true;
        parent::__construct();
        $this->display();
    }
}