# king-addons/51.1.38/includes/helpers/Global/global-constants.php

King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder, version 51.1.38. 25 lines.

- Page: https://pluginprobe.com/plugins/king-addons/51.1.38/code/includes/helpers/Global/global-constants.php
- Raw: https://pluginprobe.com/plugins/king-addons/51.1.38/raw/includes/helpers/Global/global-constants.php
- Modified: 2025-11-04T20:56:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/king-addons/51.1.38/code/includes/helpers/Global/global-constants.php#L10-L20`.

```php
<?php

/** @noinspection SpellCheckingInspection */
if (!defined('ABSPATH')) {
    exit; // Exit if accessed directly.
}

/** ELEMENTOR ICONS  - Icon for Elementor editor with inline styles included */
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;">';
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;">';

/** EXTENSIONS - Enable/Disable */
const KING_ADDONS_EXT_TEMPLATES_CATALOG = true;
//const KING_ADDONS_EXT_TEMPLATES_CATALOG = false;
const KING_ADDONS_EXT_SECTIONS_CATALOG = true;
//const KING_ADDONS_EXT_SECTIONS_CATALOG = false;
const KING_ADDONS_EXT_HEADER_FOOTER_BUILDER = true;
//const KING_ADDONS_EXT_HEADER_FOOTER_BUILDER = false;
const KING_ADDONS_EXT_POPUP_BUILDER = true;
//const KING_ADDONS_EXT_POPUP_BUILDER = false;

/** WIDGETS - Enable/Disable */
const KING_ADDONS_WGT_FORM_BUILDER = true;
const KING_ADDONS_WGT_MEGA_MENU = true;
//const KING_ADDONS_WGT_MEGA_MENU = false;
```
