• File: layout.php
  • Full Path: /home/bravrvjk/hpgt.org/wp-content/plugins/unlimited-elements-for-elementor/provider/views/layout.php
  • Date Modified: 06/04/2019 6:05 PM
  • File size: 306 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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();
	}
	
	
}