PR #16814 breaks Co-Authors-Plus plugin Guest Author creation functionality #17241
Labels
[Type] Bug
An existing feature does not function as intended
[Type] Plugin Interoperability
Incompatibilities between a specific plugin and the block editor. Close with workaround notes.
Describe the bug
The filter merged in PR #16814 blanks out the default
'Auto Draft'
title string forauto-draft
status Posts, which leads to breakage when you try to create a new Guest Author with theco-authors-plus
plugin.I was torn as to whether to file this here or via that plugin's repo, but it seems like maybe this filter logic is making some assumptions that might lead to breakage in other plugins that have similar current dependencies on core/default Auto Draft title functionality.
To reproduce
Steps to reproduce the behavior:
gutenberg
6.3.0 plugin from wordpress.orgco-authors-plus
3.4 plugin from wordpress.org/wp-admin/post-new.php?post_type=guest-author
filter_wp_insert_post_empty_content
filter check requires the auto-draft Post's title to be defined in order for it to continue with its other custom Guest Author Post save hooksExpected behavior
Deactivate the Gutenberg plugin and Co-Authors-Plus Guest Authors are now able to be added/updated properly again.
The text was updated successfully, but these errors were encountered: