remove fontawesome
-
Hello,
I choose custom icons from admin panel.
Do I still need to run below code to remove font awesome?
Or it is deleted automatically?if ( function_exists( 'yith_wishlist_install' ) ){ if ( ! function_exists( 'yith_wcwl_remove_awesome_stylesheet' ) ) { function yith_wcwl_remove_awesome_stylesheet() { wp_deregister_style( 'yith-wcwl-font-awesome' ); } } add_action( 'wp_enqueue_scripts', 'yith_wcwl_remove_awesome_stylesheet', 20 ); }
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘remove fontawesome’ is closed to new replies.