Skip to content

Instantly share code, notes, and snippets.

@Spellhammer
Last active October 18, 2023 12:57
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 Spellhammer/77238a2f149075fc80c5c23e40fdb73c to your computer and use it in GitHub Desktop.
Save Spellhammer/77238a2f149075fc80c5c23e40fdb73c to your computer and use it in GitHub Desktop.
Navigator Post Type filter, introduced in Oxygen 4.8 beta 2.
add_filter('oxygen_vsb_navigator_post_types', function() {
// Return an array of post types to add them to the Navigator dropdown.
return ['sandwich'];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment