PluginProbe
Borderless – Addons and Templates for Elementor / 1.6.1
Borderless – Addons and Templates for Elementor v1.6.1
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
← All changes | modules/wpbakery/lean-map.php +60 -60 1.0.81.6.1 View file →
@@ -1,61 +1,61 @@
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_pricing', null, $borderless_element_path . 'pricing.php' );
27 -
28 -vc_lean_map( 'borderless_wpbakery_progress_bar', null, $borderless_element_path . 'progress-bar.php' );
29 -
30 -vc_lean_map( 'borderless_wpbakery_semi_circular_progress_bar', null, $borderless_element_path . 'semi-circular-progress-bar.php' );
31 -
32 -vc_lean_map( 'borderless_wpbakery_svg', null, $borderless_element_path . 'svg.php' );
33 -
34 -vc_lean_map( 'borderless_wpbakery_team_member', null, $borderless_element_path . 'team-member.php' );
35 -
36 -/*-----------------------------------------------------------------------------------*/
37 -/* Essencial Nested Elements
38 -/*-----------------------------------------------------------------------------------*/
39 -require_once $borderless_element_path . 'icon-group.php';
40 -
41 -require_once $borderless_element_path . 'list-group.php';
42 -
43 -require_once $borderless_element_path . 'modal.php' ;
44 -
45 -require_once $borderless_element_path . 'testimonial.php' ;
46 -
47 -/*-----------------------------------------------------------------------------------*/
48 -/* Premium Elements
49 -/*-----------------------------------------------------------------------------------*/
50 -
51 -/*-----------------------------------------------------------------------------------*/
52 -/* Premium Nested Elements
53 -/*-----------------------------------------------------------------------------------*/
54 -
55 -/*-----------------------------------------------------------------------------------*/
56 -/* Unlimited Elements
57 -/*-----------------------------------------------------------------------------------*/
58 -
59 -/*-----------------------------------------------------------------------------------*/
60 -/* Unlimited Nested Elements
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_pricing', null, $borderless_element_path . 'pricing.php' );
27 +
28 +vc_lean_map( 'borderless_wpbakery_progress_bar', null, $borderless_element_path . 'progress-bar.php' );
29 +
30 +vc_lean_map( 'borderless_wpbakery_semi_circular_progress_bar', null, $borderless_element_path . 'semi-circular-progress-bar.php' );
31 +
32 +vc_lean_map( 'borderless_wpbakery_svg', null, $borderless_element_path . 'svg.php' );
33 +
34 +vc_lean_map( 'borderless_wpbakery_team_member', null, $borderless_element_path . 'team-member.php' );
35 +
36 +/*-----------------------------------------------------------------------------------*/
37 +/* Essencial Nested Elements
38 +/*-----------------------------------------------------------------------------------*/
39 +require_once $borderless_element_path . 'icon-group.php';
40 +
41 +require_once $borderless_element_path . 'list-group.php';
42 +
43 +require_once $borderless_element_path . 'modal.php' ;
44 +
45 +require_once $borderless_element_path . 'testimonial.php' ;
46 +
47 +/*-----------------------------------------------------------------------------------*/
48 +/* Premium Elements
49 +/*-----------------------------------------------------------------------------------*/
50 +
51 +/*-----------------------------------------------------------------------------------*/
52 +/* Premium Nested Elements
53 +/*-----------------------------------------------------------------------------------*/
54 +
55 +/*-----------------------------------------------------------------------------------*/
56 +/* Unlimited Elements
57 +/*-----------------------------------------------------------------------------------*/
58 +
59 +/*-----------------------------------------------------------------------------------*/
60 +/* Unlimited Nested Elements
61 61 /*-----------------------------------------------------------------------------------*/