• Hello everyone.

    How can I totally disable post_type “revision” and post_status “autosave”?

    I use classic editor (not Guthenberg although I have “disable gutenberg autosave” plugin.

    Also I have such plugins:Companion Revision Manager, Disable Post Revision, Disable WP Revision, LAPDI Disable Auto-Save.

    I’ve added to wp_config those lines
    define(‘AUTOSAVE_INTERVAL’, 86400);
    define(‘WP_POST_REVISIONS’, false);

    Still every time I start editing any already posted article, the “revision” is added to database.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Totally disable post_type ?revision?’ is closed to new replies.