Skip to content

Commit

Permalink
hook in child style to BB
Browse files Browse the repository at this point in the history
  • Loading branch information
neilgee committed Aug 12, 2023
1 parent 9744506 commit f338f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f338f9f

Please sign in to comment.