• Hello, I’ve try to use this plugin with WooCommerce, adding this lines:

    // Add revisions to Products
    add_action ( 'init', 'product_revision' );
    function product_revision() {
        add_post_type_support( 'product', 'revisions' );
    }

    Now, the revisions are saved, but the custom fields aren’t shows in revision.php

    Could you help me?

    Thanks

    https://wordpress.org/plugins/revision-manager/

The topic ‘Using this plugin with WooCommerce’ is closed to new replies.