Created
July 21, 2013 16:46
-
-
Save StewartChamberlain/6049110 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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