Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
wp-content
/
plugins
/
happy-elementor-addons
/
inc
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php defined('ABSPATH') || die; if (!function_exists('ha_is_adminbar_menu_enabled')) { function ha_is_adminbar_menu_enabled() { return apply_filters('happyaddons/extensions/adminbar_menu', true); } } if (!function_exists('ha_is_background_overlay_enabled')) { function ha_is_background_overlay_enabled() { return apply_filters('happyaddons/extensions/background_overlay', true); } } if (!function_exists('ha_is_css_transform_enabled')) { function ha_is_css_transform_enabled() { return apply_filters('happyaddons/extensions/css_transform', true); } } if (!function_exists('ha_is_floating_effects_enabled')) { function ha_is_floating_effects_enabled() { return apply_filters('happyaddons/extensions/floating_effects', true); } } if (!function_exists('ha_is_grid_layer_enabled')) { function ha_is_grid_layer_enabled() { return apply_filters('happyaddons/extensions/grid_layer', true); } } if (!function_exists('ha_is_wrapper_link_enabled')) { function ha_is_wrapper_link_enabled() { return apply_filters('happyaddons/extensions/wrapper_link', true); } } if (!function_exists('ha_is_happy_clone_enabled')) { function ha_is_happy_clone_enabled() { return apply_filters('happyaddons/extensions/happy_clone', true); } } if (!function_exists('ha_is_on_demand_cache_enabled')) { function ha_is_on_demand_cache_enabled() { return apply_filters('happyaddons/extensions/on_demand_cache', true); } } if (!function_exists('ha_is_equal_height_enabled')) { function ha_is_equal_height_enabled() { return apply_filters('happyaddons/extensions/equal_height', true); } } if (!function_exists('ha_is_shape_divider_enabled')) { function ha_is_shape_divider_enabled() { return apply_filters('happyaddons/extensions/shape_divider', true); } }