• Resolved Toxic

    (@avk-1)


    Hi dear plugin developer!

    I added

    function bweb_wpsrd_add_post_types( $postTypes ) {
        $postTypes[] = 'product';
        return $postTypes;
    	}
    add_filter( 'wpsrd_post_types_list', 'bweb_wpsrd_add_post_types' );

    in functions.php file but I don’t see tab revisions in Woocommerce Single Product Editor. Could you tell me please what must I do that tab revisions will appear in products?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Toxic

    (@avk-1)

    UPD. I am sorry for your trouble. Just I didn’t activate revisions option at Woocommerce before. Now Simple Revisions Delete plugin works excellent. Thanks.

    Plugin Author Brice Capobianco

    (@brikou)

    Hi,
    Good news, I had planned to take a look at it this week.
    Best

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Simple Revisions Delete and Woocommerce’ is closed to new replies.