Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Johan Jonk Stenstr?m

    (@jonkastonka)

    Solved.

    add_filter(
    ‘woocommerce_duplicate_product_exclude_meta’,
    function ( $exclude_meta ) {
    $exclude_meta[] = ‘woocommerce_waitlist’;
    return $exclude_meta;
    }
    );

    Hey, @jonkastonka!

    I’m glad you were able to find the solution!

    Thank you for sharing the solution here and contributing to the WooCommerce Community. This might help other users in the future.

    Please let us know if there’s anything else we can do to help or if you have any questions.

    Have a wonderful day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Exclude postmeta when copying’ is closed to new replies.