Tells WC_Data_Store which object (coupon, product, order, etc) store we want to work with.
$this->stores
Sortie :
@param string $object_type Name of object.
// Modifier la valeur avec le filtre 'woocommerce_data_stores'
add_filter('woocommerce_data_stores', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($this->stores) {
// Modifier la valeur
return $this->stores;
}
Chargement des actualités...