Skip to content

Instantly share code, notes, and snippets.

@shelleyhoward
Created January 29, 2014 04:32
Show Gist options
  • Save shelleyhoward/8681885 to your computer and use it in GitHub Desktop.
Save shelleyhoward/8681885 to your computer and use it in GitHub Desktop.
<?php
add_action( 'admin_menu', 'custom_admin_menu' );
function custom_admin_menu() {
remove_submenu_page( 'edit.php?post_type=better_post_template', 'edit-tags.php?taxonomy=store&amp;post_type=better_post_template' );
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment