PATH:
home
/
lab2454c
/
equitablegold.com
/
wp-content
/
plugins
/
unlimited-elements-for-elementor
/
provider
<?php /** * return if addon creator plugin exists and active */ function UCIsAddonLibraryPluginExists(){ $alPlugin = "addon-library/addonlibrary.php"; $alPlugin2 = "unlimited-addons-for-wpbakery-page-builder/unlimited_addons.php"; if ( ! function_exists( 'get_plugins' ) ) { require_once ABSPATH . 'wp-admin/includes/plugin.php'; } $arrPlugins = get_plugins(); if(isset($arrPlugins[$alPlugin]) == true){ $isActive = is_plugin_active($alPlugin); return($isActive); } if(isset($arrPlugins[$alPlugin2]) == true) return(true); $isActive = is_plugin_active($alPlugin); return(false); } if(UCIsAddonLibraryPluginExists()){ require_once dirname(__FILE__)."/views/compatability_message.php"; }else{ try{ require_once $currentFolder.'/includes.php'; HelperUC::validatePluginStartup(); require_once GlobalsUC::$pathProvider."core/provider_main_file.php"; }catch(Exception $e){ $ucStandAloneErrorMessage = $e->getMessage(); $filePathViewStandAlone = dirname(__FILE__)."/views/stand_alone_broken_error.php"; require $filePathViewStandAlone; } }
[-] 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]