From f338f9f12a980578712ddd11a9854e6b1551ef44 Mon Sep 17 00:00:00 2001 From: Neil Gee Date: Sat, 12 Aug 2023 10:29:40 +1000 Subject: [PATCH] hook in child style to BB --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index b4d91f6..a1fa006 100644 --- a/functions.php +++ b/functions.php @@ -68,6 +68,7 @@ function bt_theme_setup() { require_once( get_stylesheet_directory() . '/classes/class-fl-child-theme.php'); // Actions - BB Default way - This theme calls required files below. add_action( 'wp_enqueue_scripts', 'FLChildTheme::enqueue_scripts', 1000 ); + add_action( 'fl_builder_ui_enqueue_scripts', 'FLChildTheme::enqueue_scripts', 1000 ); /** * Add Customizer Options and CSS output.