landing-klikaset/wp-content/plugins/unlimited-elements-for-elem.../provider/views/layout.php

21 lines
306 B
PHP
Raw Permalink Normal View History

2024-05-06 11:04:37 +07:00
<?php
defined('UNLIMITED_ELEMENTS_INC') or die;
class AddonLibraryViewLayoutProvider extends AddonLibraryViewLayout{
/**
* add toolbar
*/
function __construct(){
parent::__construct();
$this->shortcodeWrappers = "wp";
$this->shortcode = "blox_layout";
$this->display();
}
}