Any way to disable post revision on specific post types only?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
Remove the Example
Change to:
|
|||
|
|
|
If you don't have control over the post type registration, you an use the remove_post_type_support() function:
If you also wish to disable autosave for specific post types, you can do this:
|
|||||
|