Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created August 5, 2022 19:32
Show Gist options
  • Save jchristopher/0667f149039b59b5ed053760fe631aaa to your computer and use it in GitHub Desktop.
Save jchristopher/0667f149039b59b5ed053760fe631aaa to your computer and use it in GitHub Desktop.
Customize the OrganizeWP Admin Menu icon
<?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