Remove Plugin Assets
-
hello,
i’d like to get a list of all assets that plugin is loading css, js …
so i can remove some of them from loading into pages.i’ve tried this :
function yith_wcwl_remove_awesome_stylesheet() { wp_deregister_style( 'yith-wcwl-font-awesome' ); } add_action( 'wp_enqueue_scripts', 'yith_wcwl_remove_awesome_stylesheet', 9999 );
but it’s not preventing font-awesome from loading !
can i have a solution to prevent all of plugin assets from loading ?!Thanks.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Remove Plugin Assets’ is closed to new replies.