File "layout.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/unlimited-elements-for-elementor/provider/views/layout.php
File
size: 299 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
defined('UNLIMITED_ELEMENTS_INC') or die;
class AddonLibraryViewLayoutProvider extends AddonLibraryViewLayout
{
function __construct()
{
parent::__construct();
$this->shortcodeWrappers = "wp";
$this->shortcode = "blox_layout";
$this->display();
}
}