File "functions-extensions.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/happy-elementor-addons-pro/inc/functions-extensions.php
File size: 414 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

defined('ABSPATH') || exit;
function hapro_is_image_masking_enabled()
{
    return apply_filters('happyaddons/extensions/image_masking', true);
}
function hapro_is_display_condition_enabled()
{
    return apply_filters('happyaddons/extensions/display_condition', true);
}
function hapro_is_happy_particle_effects_enabled()
{
    return apply_filters('happyaddons/extensions/happy_particle_effects', true);
}