-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I've loved using this plugin to add new posts quickly from the block editor!!!
When it comes to duplicating posts, I usually use the Duplicate Post plugin which has a number of powerful options and controls for where and how those buttons appear. Therefore, I don't want the duplicate features of Quick Post to appear since they likely will work in subtly different ways and complicate the interface.
I'd love an option to remove the duplication functionality of Quick Post. That could be a checkbox toggle setting added to Settings > Writing or a filter like:
add_filter( 'quickpost_duplication_features', '__return_false );
Since I'm spitballing, maybe the feature even automatically detects Duplicate Post and turns that feature off itself.
Implementation details matter much less to me than hopefully gaining the ability to do it somehow! 😀 Thanks for the great plugin.