Stop users of author role from editing already pending posts
I resolved this by adding checks via the “content_edit_pre” WP hook. I quickly check on the status of the post and if it is already pending I return the user back to the post listing page and then show an error. // Redirect edit post page back to the list page when pending add_action( ‘content_edit_pre’, … Read more