Skip to content

Instantly share code, notes, and snippets.

@carlosonweb
Created October 4, 2017 21:09
Show Gist options
  • Save carlosonweb/b6e8102a981adf510e81d5ac6cd3a2c0 to your computer and use it in GitHub Desktop.
Save carlosonweb/b6e8102a981adf510e81d5ac6cd3a2c0 to your computer and use it in GitHub Desktop.
Fix CSS issues on Search Results which contains Beaver Builder Pages
add_action( 'wp', function() {
if ( is_search() ) {
remove_action( 'wp_enqueue_scripts', 'FLBuilder::enqueue_all_layouts_styles_scripts' );
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment