Hi,
I’m sorry to hear your backend is slow because of that. In order to disable that Dashboard you can add this small code either in your child theme’s functions.php or is a site-specific plugin ( A small must-use plugin in wp-content/mu-plugins/ ):
add_filter( 'themeisle_sdk_hide_dashboard_widget', '__return_true' );
Hope this helps.
Kind regards!
I have done this. The plugin still slows down the backend, Code Profiler measures 2.52 seconds load time, while all other plugins loading in under a second. Maybe you have some more ideas what’s the case?
Hi,
Unfortunately there isn’t something else I can suggest for the moment, as a quick fix. I invite you to report this behavior for review on our main Github repository https://github.com/Codeinwp/wp-menu-icons/issues
Thank you!