| Server IP : 127.0.1.1 / Your IP : 127.0.0.1 Web Server : Apache/2.4.52 (Ubuntu) System : Linux sealall 5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 x86_64 User : devops ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/domains/sealall.ca/wp-content/plugins/bricks-advanced-themer/ |
Upload File : |
<?php
if (!defined('ABSPATH')) { die();
}
/*--------------------------------------
CONST
--------------------------------------*/
$brxc_options = get_option('bricks_advanced_themer_builder_settings');
function brxc_is_option_enabled($option_key, $options) {
return isset($options['converted'][$option_key]) && $options['converted'][$option_key] === 1;
}
define('BRICKS_ADVANCED_THEMER_CLAMP_SETTINGS_CONVERTED', brxc_is_option_enabled('clamp_settings', $brxc_options));
define('BRICKS_ADVANCED_THEMER_GRID_UTILITY_CLASSES_CONVERTED', brxc_is_option_enabled('grid_utility_classes_3_2', $brxc_options));
define('BRICKS_ADVANCED_THEMER_GLOBAL_COLORS_PREFIX_CONVERTED', brxc_is_option_enabled('global_colors_prefix', $brxc_options));