Files
landing-klikaset/wp-content/plugins/unlimited-elements-for-elementor/provider/views/layout_preview.php
Ryan Ariana aee061ddba first commit
2024-05-06 11:04:37 +07:00

20 lines
273 B
PHP

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