Skip to content

How to Disable Front End CSS

David Chandra Purnama edited this page Sep 27, 2016 · 1 revision

To disable front end css, you can add this code in your plugin or theme functions.php:

add_filter( 'fx_builder_css', '__return_false' );
Clone this wiki locally