Is there any way to possibly force a redirection to the post (type’s) listing page (edit.php?post_type=<post-type>
)?
EDIT: Since I got a LMGTFY link, let me clarify before I downvote it.
Is there anyway to redirect the user forcibly to the post type’s listing page AFTER they’ve already submitted the form to either edit the post or create a new post?
$post
or$post_type
to check for your CPT;wp_redirect()
.