Dequeue styles
-
Hi,
I added this code:
add_action('wp_print_styles', 'remove_sf_styles', 100); function remove_sf_styles(){ wp_dequeue_style( 'search-filter-plugin-styles' ); }to my functions.php file as per your FAQ instructions here: https://searchandfilter.com/documentation/faq/#how-do-i-remove-cssjs-files-when-i-don8217t-need-them
Unfortunately the CSS still loads. Hope you can help with this! Thanks for an awesome plugin 🙂
The topic ‘Dequeue styles’ is closed to new replies.