403Webshell
Server IP : 65.108.144.40  /  Your IP : 216.73.217.165
Web Server : Apache/2.4.52 (Ubuntu)
System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User : dev ( 1000)
PHP Version : 8.2.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/pia/wp-content/plugins/happy-elementor-addons-pro/classes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/pia/wp-content/plugins/happy-elementor-addons-pro/classes/extensions-manager.php
<?php
namespace Happy_Addons_Pro;

defined( 'ABSPATH' ) || die();

class Extensions_Manager {

	public static function init() {
		include_once HAPPY_ADDONS_PRO_DIR_PATH . 'extensions/happy-features.php';

		if ( hapro_is_image_masking_enabled() ) {
			include_once HAPPY_ADDONS_PRO_DIR_PATH . 'extensions/image-masking.php';
		}

		if ( hapro_is_happy_particle_effects_enabled() ) {
			include_once HAPPY_ADDONS_PRO_DIR_PATH . 'extensions/happy-particle-effects.php';
		}

		if ( hapro_is_happy_global_badge_enabled() ) {
			include_once HAPPY_ADDONS_PRO_DIR_PATH . 'extensions/global-badge.php';
		}

		include HAPPY_ADDONS_PRO_DIR_PATH . 'extensions/mega-menu.php';

		add_action( 'admin_enqueue_scripts', [ __CLASS__, 'admin_script_register' ] );
	}

	public static function load_display_condition() {
		include_once HAPPY_ADDONS_PRO_DIR_PATH . 'extensions/display-conditions.php';
		include_once HAPPY_ADDONS_PRO_DIR_PATH . 'extensions/conditions/condition.php';
	}

	public static function admin_script_register() {
		do_action( 'extension_admin_scripts' );
	}
}

Extensions_Manager::init();

Youez - 2016 - github.com/yon3zu
LinuXploit