Home › Forums › WooCommerce Personalized Product Options Manager (PPOM) › Remove Boostrap and any other css › Reply To: Remove Boostrap and any other css
December 25, 2018 at 8:25 am
#10172
Keymaster
Hi,
here is hook (add this to your theme’s functions.php file) to remove PPOM bootstrap:
add_filter('ppom_bootstrap_css', function($bs){ return false; });