| 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/inc/ |
Upload File : |
<?php
if (!defined('ABSPATH')) { die();
}
$brxc_modals = [];
ob_start();
// Global Features
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/class_manager.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/query_manager.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/prompt_manager.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/css_variable_manager.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/advanced_css_new.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/color_manager.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/structure_helper.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/find_replace.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/openai_text_new.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/global_openai_text_new.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/codepen_importer.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/ai_generated_structure.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/remote_templates.php';
// Elements
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/extend.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/style_overview.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/class_converter.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/plain_classes_new.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/box_shadow_generator.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/grid_ui.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/css_variable_pickr_new.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/background_focus.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/mask_helper.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/dynamic_data_modal.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/custom_components.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/custom_components_add.php';
// Extras
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/resources_new.php';
include_once \BRICKS_ADVANCED_THEMER_PATH . '/inc/builderPanels/brickslabs.php';
wp_localize_script( 'bricks-builder', 'brxcModals', $brxc_modals );
$output = ob_get_clean();
echo $output;