Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created October 31, 2018 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchristopher/d800206b6d00a5f762103d85899e4548 to your computer and use it in GitHub Desktop.
Save jchristopher/d800206b6d00a5f762103d85899e4548 to your computer and use it in GitHub Desktop.
Modify the menu icon for OrganizeWP
<?php
add_filter( 'organizewp_menu_icon', function( $icon ) {
// Return the icon you'd like to use.
return 'dashicons-star-filled';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment