How to add an option page to custom post type?

use add_submenu_page() and as the pass

add_submenu_page('edit.php?post_type=YOUR_POST_TYPE_NAME',....);

Leave a Comment