Astra_Theme_Extension::common_plugin_dependent_files()
Common plugin dependent file which dependd on other plugins.
Description
Source
File: classes/class-astra-theme-extension.php
public function common_plugin_dependent_files() { // If plugin - 'Ubermenu' not exist then return. if ( class_exists( 'UberMenu' ) ) { require_once ASTRA_EXT_DIR . 'compatibility/class-astra-ubermenu-pro.php'; } }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |