Skip to content

Instantly share code, notes, and snippets.

@ianmjones
Created June 18, 2015 04:27
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 ianmjones/19019fcb675d4c85b4a3 to your computer and use it in GitHub Desktop.
Save ianmjones/19019fcb675d4c85b4a3 to your computer and use it in GitHub Desktop.
Adding a menu icon to our Extended CPT.
$options = array(
'labels' => $labels,
'menu_icon' => 'dashicons-media-document',
);
register_extended_post_type( 'pixie-article', $options );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment