HEX
Server: Apache
System: Linux webm020.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: bohousj (181416)
PHP: 8.4.22
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/bohousj/www/wp-content/plugins/happy-elementor-addons-pro/inc/functions-extensions.php
<?php
/**
 * Extension functions and defination
 *
 */
defined( 'ABSPATH' ) || exit;

/**
 * Check if Image Masking is enabled
 *
 * @return bool
 */
function hapro_is_image_masking_enabled() {
	return apply_filters( 'happyaddons/extensions/image_masking', true );
}

/**
 * Check if Display Condition is enabled
 *
 * @return bool
 */
function hapro_is_display_condition_enabled() {
	return apply_filters( 'happyaddons/extensions/display_condition', true );
}

/**
 * Check if Happy Particle Effects is enabled
 *
 * @return bool
 */
function hapro_is_happy_particle_effects_enabled() {
	return apply_filters( 'happyaddons/extensions/happy_particle_effects', true );
}

/**
 * Check if Happy Global Badge is enabled
 *
 * @return bool
 */
function hapro_is_happy_global_badge_enabled() {
	return apply_filters( 'happyaddons/extensions/happy_global_badge', true );
}