Home › Forums › WooCommerce Personalized Product Options Manager (PPOM) › Remove Boostrap and any other css › Reply To: Remove Boostrap and any other css
January 7, 2019 at 6:43 am
#10236
Keymaster
Yes it wp_enqueue_style( ‘ppom-bootstrap’, $ppom_bs_css);
make sure you are calling wp_dequeue_style( 'ppom-bootstrap');
inside init
or recommended hooks.