Created
August 5, 2022 19:32
-
-
Save jchristopher/0667f149039b59b5ed053760fe631aaa to your computer and use it in GitHub Desktop.
Customize the OrganizeWP Admin Menu icon
This file contains hidden or 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
<?php | |
// Customize the OrganizeWP Admin Menu icon. | |
add_filter( 'organizewp/menu/icon', function( $icon ) { | |
return 'dashicons-generic'; | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment