Add a Custom Post Type SubMenu

// Add to admin_menu function
$page = add_submenu_page( 'edit.php?post_type=theme', __('Theme Page Options'), __('Theme Menu Options'), 'edit_themes', 'theme_options', theme_options);
 
function theme_options() {
        // Render our theme options page here ...
}
Processing your request, Please wait....

No Responses to “Add a Custom Post Type SubMenu”

Comments (Your Comments)

Leave a Reply

You must be logged in to post a comment.