Custom Post Type Link from Plugin
Magic here is: ‘show_ui’ => true, ‘show_in_menu’ => ‘plugins.php’, Try this: function restaurant_menu_items() { $labels = array( ‘name’ => __(‘Restaurant Menu Items’, ‘post type general name’), ‘singular_name’ => __(‘Restaurant Menu Item’, ‘post type singular name’), ‘add_new’ => __(‘Add New’, ‘product page’), ‘add_new_item’ => __(‘Add New Menu Item’), ‘edit_item’ => __(‘Edit Menu Item’), ‘new_item’ => __(‘New … Read more