
What is Dashicons in WordPress?
Dashicons is the official icon font of the WordPress admin as of 3.8. The icon font is licensed under GPLv2.
How to Disable Dashicons in WordPress?
Add below code to theme’s functions.php file.
1 2 3 4 5 6 7 8 |
add_action( 'wp_enqueue_scripts', 'aiooc_crunchify_dequeue_dashicon' ); function aiooc_crunchify_dequeue_dashicon() { if ( current_user_can( 'update_core' ) ) { return; } wp_deregister_style( 'dashicons' ); } |
Is there any other way to disable Dishicons using Plugin?
Yes.
- Download plugin All-in-One Optimizer and Customizer.
- Enable toggle: Disable Dashicons.

That’s it. And you are all set.

Get All-in-One Optimizer & Customizer
Simplest, most powerful, super light weight All-in-One WordPress plugin for all! 50+ Optimization, Customization & Webmaster Options in one single plugin. 🥳