PluginProbe
ElementsKit Elementor Addons – Advanced Widgets & Templates Addons for Elementor / 1.4.4
ElementsKit Elementor Addons – Advanced Widgets & Templates Addons for Elementor v1.4.4
4.0.4 4.0.3 4.0.2 4.0.1 4.0.0 3.10.02 3.10.01 3.9.10 3.9.9 3.9.8 3.9.7 3.9.5 3.9.6 3.9.3 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.2.0 2.2.1 2.2.2 All 183 releases
elementskit-lite / elementskit-lite.php

elementskit-lite.php in ElementsKit Elementor Addons – Advanced Widgets & Templates Addons for Elementor 1.4.4, at elementskit-lite.php

32 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 defined( 'ABSPATH' ) || exit;
4 /**
5 * Plugin Name: ElementsKit Lite
6 * Description: The most advanced addons for Elementor with tons of widgets, Header builder, Footer builder, Mega menu builder, layout pack and powerful custom controls.
7 * Plugin URI: https://wpmet.com/
8 * Author: Wpmet
9 * Version: 1.4.4
10 * Author URI: https://products.wpmet.com/elementskit
11 *
12 * Text Domain: elementskit
13 *
14 * @package ElementsKit
15 * @category Free
16 *
17 * Elementskit is a powerful addon for Elementor page builder.
18 * It includes most comprehensive modules, such as "header footer builder", "mega menu",
19 * "layout installer", "quick form builder" etc under the hood.
20 * It has a tons of widgets to create any sites with an ease. It has some most unique
21 * and powerful custom controls for elementor, such as "image picker", "ajax select", "widget area".
22 *
23 */
24
25 register_activation_hook(__FILE__, function(){
26 include_once plugin_dir_path( __FILE__ ) . 'autoloader.php';
27 include_once plugin_dir_path( __FILE__ ) . 'core/hook-activation.php';
28 });
29
30 add_action('plugins_loaded', function(){
31 include_once plugin_dir_path( __FILE__ ) . 'core.php';
32 }, 112);