Replace Menu Icon
// remove the CSS for EDD’s custom menu icon remove_action( ‘admin_head’, ‘edd_admin_downloads_icon’ ); // filter EDD’s post type args to use an icon from dashicons (http://melchoyce.github.io/dashicons/) function sumobi_edd_replace_menu_icon( $download_args ) { // enter the menu icon here $download_args[‘menu_icon’] = ‘dashicons-cart’;…Continue reading