Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save StewartChamberlain/6049110 to your computer and use it in GitHub Desktop.

Select an option

Save StewartChamberlain/6049110 to your computer and use it in GitHub Desktop.
<?php
/** DO NOT INCLUDE THE <?php **/
add_action('admin_menu' , 'sc_gsp_extend_cpt_menu');
function sc_gsp_extend_cpt_menu() {
add_submenu_page('edit.php?post_type=portfolio', 'Portfolio Settings', 'Settings', 'edit_posts', basename(__FILE__), 'custom_function');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment