No, multiple posts with the same CPT and post name (slug) are not possible. Someone can work hard and ruin the DB by writing into it some illegal values, but that should not be something you think of when writing your code.
Posts in their initial state are not true posts, they are just place holders, therefor while your observation is valid, it is not really relevant for usual usage pattern of wordpress API, unless once again your aim is to break things.
Related Posts:
- Prevent trash/delete action on specific post types
- How to add custom content template part for a custom post type on main query using a plugin
- Loading custom page template via plugin
- Why The Init Hook For Custom Post Types
- wordpress plugin error handling
- How to get term link that crosses different custom post types?
- register_taxonomy with multiple object type and update_count_callback
- How often do you need to register_post_type?
- Where to put archive-{post-type}.php
- How to use a dedicated template for the Custom Post Type from a plugin?
- Determine which template-{slug}.php is being loaded
- How to append text to title of Custom Post Type post (without affecting all titles on page)?
- Remove POST_TYPE from custom post type permalink
- Use a textarea for a custom post type
- Make custom post type display as a page
- How do I include drag-and-drop in a plugin?
- How to rename image at uploading on specific plugin or post-type in WordPress
- How do I alter the position of a Custom Post Type menu item within my plugin admin menu?
- Custom Post Type Navigation on Custom Field
- Plugin translation not working apart from name and description
- Get rewrite slug of custom post type in template
- Hook to override title, image and content
- Why is conditionally loading a custom plugin’s code only on a specific custom post type causing the site content to disappear?
- Custom posts don’t work
- No posts found – Custom Post Type show_ui
- How to customize a permalink (URL) structure?
- WordPress multiple custom post types capability conflict in a single menu
- Update post meta not working in transition_post_status
- Addition of custom option panel crashes Media Library & Admin Area
- Custom post type archive page blank
- Set a CPT slug as a base name for all the taxonomies
- Custom post listing page layout of custom post type
- How to Get WordPress custom post data in WooCommerce product meta panel? [closed]
- A custom post type in another post type
- Custom fields for custom post type
- Save Multiple Metabox values
- ACF in wordpress
- Theme independent plugin by using default page template
- How to add and clear custom post types and taxonomies in a plugin? Considerations for existing data
- post_parent in custom post type
- What’s an efficient way to change the post status of many posts at once?
- Dynamically insert code to custom post type loop
- How exclude or skip post type with get_next_post_link
- How do I add custom HTML to the content of an archive page’s posts?
- How to add query args to links to CPT admin submenu
- How to add and display custom content that is not a post
- Custom post type in Custom widget – $listItem
- Problem with adding custom post type meta to header by plugin
- Creating alternate meta box context locations
- Generating and downloading files with WP API
- Types plugin custom post add_action hooks
- Limiting Amount of Posts in a Custom Post Type again
- Limit Amount of Pages users can create in Custom Post Types
- Not Able to Add New Class To CPT Attachment Image
- Wp Meta Query does not work while simple Query Works
- Auto update publish date of CPT Post if default post custom field value match to cpt post CF Value
- Orderby custom fields is not working
- Why are custom taxonomies only appearing on the edit page of one of these types, but not the other?
- How to stop the custom post type URL from the google search?
- How can i display a taxonomy? i have created a plugin and then a custom type. and a taxonomy , also i have register it
- URL issue retrieving Custom Post Types using Backbone JS API
- WordPress Custom Post Loop
- Create a post automatically if search result has zero results
- Changing CPT permalink
- Get all posts by many custom post types
- ‘Simple’ Reservation System
- Warning , Use of undefined constant PLUGIN_PATH?
- Custom Post Type Front Page Gives 404
- Show Post columns to specific users on condition
- Error when moving custom post type to bin
- Admin metabox with custom post type dropdown option not update choosed input after saving
- Having issue on Loading Meta Data From CSV to CPT
- custom data model – link and populate from admin backend
- Custom Post type plugin is using theme single.php and style.css
- get_permalink() of page the enclosing page not posts
- Run query on specific admin options page and send results to select field in another function
- Not able to get all the actions (View, Edit, Quick Edit, Trash), and not able to delete post in custom post type
- php output of generated custom metabox
- call a function when insert and update a custom post type
- Can’t save custom post type fields
- WP_Query doesn’t accept Category ID
- Error in WP Query. If variable is empty it is displaying previous post value
- call_user_func_array() error after moving to another server
- Custom post type not being pulled in widget
- Registering an optional custom post type from a plugin
- Generate custom RSS from a plugin
- Issue on Counting CPT’s Under Taxonomy Term
- Issue on Adding Taxonomy to Custom Post Type Using Function
- Add Excerpt On Quicksand Plugin
- Custom Post Types in plugins?
- How to apply order on custom taxonomy and custom meta key on custom post type
- Inserting into WP DB
- Don’t display post if post has empty body
- Create settings page to enable or disable CPT
- How to change post cpt with submit button?
- Custom Post Type featured option
- How to filter custom post data with AJAX?
- How can I allow plugin users to define layouts for a custom post type
- Post URL redirecting to homepage
- Query custom fields with three dates – start and end does not work