Last active
December 29, 2015 08:49
-
-
Save halgatewood/7646033 to your computer and use it in GitHub Desktop.
WordPress 3.8: New Admin Menu Dashicons
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function flexslider_hg_admin_icon() | |
{ | |
echo ' | |
<style> | |
#adminmenu #menu-posts-slides div.wp-menu-image:before { content: "\f181"; } | |
</style> | |
'; | |
} | |
add_action( 'admin_head', 'flexslider_hg_admin_icon' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment