PluginProbe
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder / 51.1.38
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder v51.1.38
51.1.86 51.1.84 51.1.85 51.1.83 51.1.82 51.1.81 51.1.79 51.1.78 51.1.77 51.1.76 51.1.74 51.1.75 51.1.65 51.1.64 51.1.63 trunk 51.1.14 51.1.2 51.1.35 51.1.36 51.1.37 51.1.38 51.1.39 51.1.44 51.1.45 All 40 releases
king-addons / includes / helpers / Global / global-constants.php

global-constants.php in King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder 51.1.38, at includes/helpers/Global/global-constants.php

25 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 /** @noinspection SpellCheckingInspection */
4 if (!defined('ABSPATH')) {
5 exit; // Exit if accessed directly.
6 }
7
8 /** ELEMENTOR ICONS - Icon for Elementor editor with inline styles included */
9 const KING_ADDONS_ELEMENTOR_ICON = '<img src="' . KING_ADDONS_URL . 'includes/admin/img/icon-for-elementor.svg" alt="King Addons" style="width: 13px; margin-right: 5px; vertical-align: top;">';
10 const KING_ADDONS_ELEMENTOR_ICON_PRO = '<img src="' . KING_ADDONS_URL . 'includes/admin/img/icon-for-elementor-v2.svg" alt="King Addons" style="width: 15px; margin-right: 5px; vertical-align: top;">';
11
12 /** EXTENSIONS - Enable/Disable */
13 const KING_ADDONS_EXT_TEMPLATES_CATALOG = true;
14 //const KING_ADDONS_EXT_TEMPLATES_CATALOG = false;
15 const KING_ADDONS_EXT_SECTIONS_CATALOG = true;
16 //const KING_ADDONS_EXT_SECTIONS_CATALOG = false;
17 const KING_ADDONS_EXT_HEADER_FOOTER_BUILDER = true;
18 //const KING_ADDONS_EXT_HEADER_FOOTER_BUILDER = false;
19 const KING_ADDONS_EXT_POPUP_BUILDER = true;
20 //const KING_ADDONS_EXT_POPUP_BUILDER = false;
21
22 /** WIDGETS - Enable/Disable */
23 const KING_ADDONS_WGT_FORM_BUILDER = true;
24 const KING_ADDONS_WGT_MEGA_MENU = true;
25 //const KING_ADDONS_WGT_MEGA_MENU = false;