• Resolved Luke Cavanagh

    (@lukefiretoss)


    WooCommerce creates a custom post type called product does the plugin support setting the number of post revisions on custom post types?

    When I test the plugin on a dev site with WooCommerce active, I did not see the product post type as one of the options.

Viewing 1 replies (of 1 total)
  • Plugin Author Erick Hitter

    (@ethitter)

    The plugin does support custom post types, but only if they declare support for revisions, which isn’t the default for register_post_type(). Using the register_post_type_args filter, you could add support for revisions, at which point the plugin should show that post type as an option.

Viewing 1 replies (of 1 total)
  • The topic ‘Support WooCommerce Products’ is closed to new replies.