Ist there an “do_action”-function for changeing the product category?
And i put this between the if instruction?
For example?
if ( update_post_meta( $this->id, '_stock_status', $status ) ) {
$this->stock_status = $status;
do_action( 'woocommerce_product_set_stock_status', $this->id, $status );
do_action( 'woocommerce_product_category_change',$this->id, my_category);
}
?!
I would be thankful for any help