apply_filters( 'woocommerce_duplicate_product_exclude_meta', array $exclude_meta, array $existing_meta_keys )

Filter to allow us to exclude meta keys from product duplication.


Description Description

.


Parameters Parameters

$exclude_meta

The keys to exclude from the duplicate.

$existing_meta_keys

The meta keys that the product already has.


Top ↑

Source Source

File: includes/admin/class-wc-admin-duplicate-product.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.6 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.