Anybody please help me to figure out how to add custom post type in Settings menu (option_page). Basically it is easy for custom admin menu by using:
‘show_in_menu’ => ‘menu-slug’
but i like to add this post type under option page.
Anybody please help me to figure out how to add custom post type in Settings menu (option_page). Basically it is easy for custom admin menu by using:
‘show_in_menu’ => ‘menu-slug’
but i like to add this post type under option page.
You must be logged in to post a comment.
You can add custom post type in Settings menu by passing ‘options-general.php’ value to ‘show_in_menu’ parameter as shown below
Full Code :
For more information refer this page.