__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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
/**
 * BNE Flyout Compatibility File.
 *
 * @package Astra
 */

// If plugin - 'BNE Flyout' not exist then return.
if ( ! defined( 'BNE_FLYOUT_VERSION' ) ) {
	return;
}

/**
 * Astra BNE Flyout Compatibility
 */
if ( ! class_exists( 'Astra_BNE_Flyout' ) ) {

	/**
	 * Astra BNE Flyout Compatibility
	 *
	 * @since 1.0.0
	 */
	class Astra_BNE_Flyout {
		/**
		 * Member Variable
		 *
		 * @var object instance
		 */
		private static $instance;

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

		/**
		 * Constructor
		 */
		public function __construct() {
			add_filter( 'astra_theme_assets', array( $this, 'add_styles' ) );
		}

		/**
		 * Add assets in theme
		 *
		 * @param array $assets list of theme assets (JS & CSS).
		 * @return array List of updated assets.
		 * @since 1.0.0
		 */
		public function add_styles( $assets ) {
			$assets['css']['astra-bne-flyout'] = 'compatibility/bne-flyout';
			return $assets;
		}

	}

}

/**
 * Kicking this off by calling 'get_instance()' method
 */
Astra_BNE_Flyout::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