Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- @ Deregister Styles - Remove Dokan Font Awesome CSS from site
- @ Use this code on your theme or child-theme's functions.php file below
- */
- function dequeue_dokan_fontawesome_stylesheet(){
- wp_deregister_style( 'dokan-fontawesome' ); //Name of Style ID wihtout css.
- }
- add_action( 'wp_enqueue_scripts', 'dequeue_dokan_fontawesome_stylesheet', 999 );
Advertisement
Add Comment
Please, Sign In to add comment