Products Cloning is missing
-
Hi,
I used the snippet you provided a week ago to resolve this issue, but it doesn’t work…
function mytheme_add_product( $post_list ) {
$post_list[] = ‘product’;
return $post_list;
}
add_filter(‘duplicate_post_enabled_post_types’, ‘mytheme_add_product’);
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Products Cloning is missing’ is closed to new replies.