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

Show the correct Dashicon in the At a Glance dashboard widget #136

Closed johnbillion closed 4 years ago

johnbillion commented 4 years ago

Core doesn't support declaring a Dashicon to use on the At a Glance item, so we need to print a bit of additional CSS to display the correct Dashicons character.

This uses the codepoint definition file directly from the Dashicons repo.

Fixes #101