PluginProbe
Borderless – Addons and Templates for Elementor / 1.0.0
Borderless – Addons and Templates for Elementor v1.0.0
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1 1.2.2 1.2.3 All 78 releases
borderless / includes / elements / lean-map.php

lean-map.php in Borderless – Addons and Templates for Elementor 1.0.0, at includes/elements/lean-map.php

59 lines 2.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // don't load directly
4 defined( 'ABSPATH' ) || exit;
5
6
7
8 $options = get_option('borderless');
9 $dir = dirname(__FILE__);
10 $borderless_element_path = $dir . '/elements/';
11 //require_once $dir . '/custom-default-elements.php';
12
13 /*-----------------------------------------------------------------------------------*/
14 /* Essencial Elements
15 /*-----------------------------------------------------------------------------------*/
16 vc_lean_map( 'borderless_wpbakery_alert', null, $borderless_element_path . 'alert.php' );
17
18 vc_lean_map( 'borderless_wpbakery_circular_progress_bar', null, $borderless_element_path . 'circular-progress-bar.php' );
19
20 vc_lean_map( 'borderless_wpbakery_counter', null, $borderless_element_path . 'counter.php' );
21
22 vc_lean_map( 'borderless_wpbakery_icon', null, $borderless_element_path . 'icon.php' );
23
24 vc_lean_map( 'borderless_wpbakery_infobox', null, $borderless_element_path . 'infobox.php' );
25
26 vc_lean_map( 'borderless_wpbakery_progress_bar', null, $borderless_element_path . 'progress-bar.php' );
27
28 vc_lean_map( 'borderless_wpbakery_semi_circular_progress_bar', null, $borderless_element_path . 'semi-circular-progress-bar.php' );
29
30 vc_lean_map( 'borderless_wpbakery_svg', null, $borderless_element_path . 'svg.php' );
31
32 /*-----------------------------------------------------------------------------------*/
33 /* Essencial Nested Elements
34 /*-----------------------------------------------------------------------------------*/
35 require_once $borderless_element_path . 'icon-group.php';
36
37 require_once $borderless_element_path . 'list-group.php';
38
39 require_once $borderless_element_path . 'modal.php' ;
40
41 //require_once $borderless_element_path . 'pricing.php' ;
42
43 require_once $borderless_element_path . 'testimonial.php' ;
44
45 /*-----------------------------------------------------------------------------------*/
46 /* Premium Elements
47 /*-----------------------------------------------------------------------------------*/
48
49 /*-----------------------------------------------------------------------------------*/
50 /* Premium Nested Elements
51 /*-----------------------------------------------------------------------------------*/
52
53 /*-----------------------------------------------------------------------------------*/
54 /* Unlimited Elements
55 /*-----------------------------------------------------------------------------------*/
56
57 /*-----------------------------------------------------------------------------------*/
58 /* Unlimited Nested Elements
59 /*-----------------------------------------------------------------------------------*/