johnbillion / extended-cpts

A library which provides extended functionality to WordPress custom post types and taxonomies.
GNU General Public License v2.0
979 stars 96 forks source link

Dashboard Glance icon not matching 'menu_icon' argument #101

Closed bigskillet closed 4 years ago

bigskillet commented 6 years ago

Dashboard Glance icon shows a circle regardless of 'menu_icon' argument.

johnbillion commented 6 years ago

I've taken a look at this and the short answer is that it's not possible to set that icon to the same as the menu_icon argument. There's no support for it in WordPress core.

I'll see if I can come up with either a fix in this library or a fix for WordPress core.