PATH:
home
/
lab2454c
/
equitablegold.com
/
wp-content
/
plugins
/
unlimited-elements-for-elementor
/
provider
<?php /** * @package Unlimited Elements * @author unlimited-elements.com * @copyright (C) 2012 Unite CMS, All Rights Reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html * */ defined('UNLIMITED_ELEMENTS_INC') or die('Restricted access'); class UniteCreatorDialogParam extends UniteCreatorDialogParamWork{ /** * modify param text, function for override */ protected function modifyParamText($paramType, $paramText){ return($paramText); } /** * filter main params * function for override */ protected function filterMainParams($arrParams){ return($arrParams); } /** * init main params, add platform related param */ public function initMainParams(){ parent::initMainParams(); $this->arrParams[] = self::PARAM_POSTS_LIST; $this->arrParams[] = self::PARAM_POST_TERMS; $this->arrParams[] = self::PARAM_WOO_CATS; $this->arrParams[] = self::PARAM_USERS; $this->arrParams[] = self::PARAM_TEMPLATE; $this->arrParams[] = self::PARAM_LISTING; $this->arrParams[] = self::PARAM_TYPOGRAPHY; $this->arrParams[] = self::PARAM_MARGINS; $this->arrParams[] = self::PARAM_PADDING; $this->arrParams[] = self::PARAM_BACKGROUND; $this->arrParams[] = self::PARAM_MENU; $this->arrParams[] = self::PARAM_BORDER; $this->arrParams[] = self::PARAM_BOXSHADOW; $this->arrParams[] = self::PARAM_TEXTSHADOW; $this->arrParams[] = self::PARAM_DATETIME; $this->arrParams[] = self::PARAM_BORDER_DIMENTIONS; $this->arrParams[] = self::PARAM_CSS_FILTERS; $this->arrParams[] = self::PARAM_HOVER_ANIMATIONS; $this->arrParams[] = self::PARAM_POST_SELECT; $this->arrParams[] = self::PARAM_TERM_SELECT; $this->arrParams[] = self::PARAM_SPECIAL; $this->arrParams = $this->filterMainParams($this->arrParams); } }
[-] 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]