PATH:
home
/
lab2454c
/
equitablegold.com
/
wp-content
/
plugins
/
unlimited-elements-for-elementor
/
provider
<?php defined('UNLIMITED_ELEMENTS_INC') or die('Restricted access'); class GlobalsProviderUC{ const ENABLE_FREEMIUS = true; public static $pluginName = ""; const META_KEY_LAYOUT_DATA = "_unelements_layout_data"; const META_KEY_LAYOUT_PARAMS = "_unelements_layout_params"; const META_KEY_BLOX_PAGE = "_unelements_page_enabled"; const META_KEY_CATID = "_unelements_catid"; const META_KEY_LAYOUT_TYPE = "_unelements_layout_type"; const PAGE_TEMPLATE_LANDING_PAGE = "blox_landing_page"; const POST_TYPE_LAYOUT = "unelements_library"; const SHORTCODE_LAYOUT = "unlimited_layout"; const ACTION_RUN_ADMIN = "unitecreator_run_admin"; const ACTION_RUN_FRONT = "unitecreator_run_front"; public static $arrJSHandlesModules = array(); public static $activeAddonForSettings = null; public static $lastPostQuery = null; public static $lastPostQuery_page = null; public static $lastPostQuery_offset = null; public static $lastPostQuery_type = null; public static $lastPostQuery_paginationType = null; public static $skipRunPostQueryOnce = false; public static $lastQueryArgs = null; public static $isUnderAjaxSearch = false; public static $isUnderRenderPostItem = false; public static $isUnderItem = false; public static $lastItemParams = array(); public static $lastObjectID = null; public static $isUnderDynamicTemplateLoop = false; public static $isUnderNoWidgetsToDisplay = false; public static $isInsideEditor = false; //tells that it's inside editor public static $isInsideEditorBackend = false; //tells that it's inside editor public static $arrTestTermIDs = null; //test term id's for render taxonomies under ajax public static $disablePostContentFiltering = false; const QUERY_TYPE_CURRENT = "current"; const QUERY_TYPE_CUSTOM = "custom"; const QUERY_TYPE_MANUAL = "manual"; public static $arrFetchedPostIDs = array(); public static $arrPostTermsCache = array(); public static $arrFetchedPostsObjectsCache = array(); public static $isUnderAjaxDynamicTemplate = false; public static $isUnderAjax = false; public static $arrFilterPostTypes = array( //filter post types that will not show "elementor_library", "unelements_library", "wpcf7_contact_form", "_pods_pod", "_pods_field", "_pods_template", "wp-types-group", "wp-types-user-group", "wp-types-term-group", "elementor_font", "elementor_icons" ); public static $arrAttrConstantKeys = array( //keys of constants that are added to the attributes "uc_serial", "uc_id", "uc_assets_url", "uc_url_home", "uc_url_blog", "uc_lang", "uc_num_items" ); const POST_ADDITION_CUSTOMFIELDS = "customfields"; const POST_ADDITION_CATEGORY = "category"; const POST_ADDITION_WOO = "woo"; /** * init globals */ public static function initGlobals(){ self::$arrFilterPostTypes = UniteFunctionsUC::arrayToAssoc(self::$arrFilterPostTypes); } } GlobalsProviderUC::initGlobals();
[-] custom_post_types.class.php
[edit]
[-] provider_layouts_exporter.class.php
[edit]
[+]
..
[-] include_provider_after.php
[edit]
[-] provider_template_engine.class.php
[edit]
[-] provider_web_api.class.php
[edit]
[-] wpml_integrate.class.php
[edit]
[+]
core
[-] provider_admin.class.php
[edit]
[-] provider_admin_plugin_base.class.php
[edit]
[-] integrations.class.php
[edit]
[-] provider_globals.class.php
[edit]
[-] provider_front.class.php
[edit]
[-] provider_addon.class.php
[edit]
[-] provider_browser.class.php
[edit]
[-] provider_manager_addons.class.php
[edit]
[-] provider_dialog_param.class.php
[edit]
[-] include_provider.php
[edit]
[-] woocommerce_integrate.class.php
[edit]
[-] provider_settings_output.class.php
[edit]
[-] provider_categories.class.php
[edit]
[-] provider_operations.class.php
[edit]
[-] provider_helper.class.php
[edit]
[-] toolset_integrate.class.php
[edit]
[+]
settings
[-] provider_functions.class.php
[edit]
[+]
assets
[-] gutenberg_integrate.class.php
[edit]
[-] provider_alt_loader.php
[edit]
[-] provider_layouts.class.php
[edit]
[-] provider_layout_output.class.php
[edit]
[-] provider_settings.class.php
[edit]
[+]
admin_notices
[+]
views
[-] provider_library.class.php
[edit]
[-] wpml_translation_module.class.php
[edit]
[-] provider_settings_multisource.class.php
[edit]
[-] provider_client_text.php
[edit]
[+]
freemius
[-] provider_actions.class.php
[edit]
[-] pods_integrate.class.php
[edit]
[-] functions_wordpress.class.php
[edit]
[-] provider_db.class.php
[edit]
[-] provider_params_processor.class.php
[edit]
[-] acf_integrate.class.php
[edit]
[-] provider_params_processor_multisource.class.php
[edit]
[-] provider_layout.class.php
[edit]
[-] provider_output.class.php
[edit]