Changing Woocommerce categories programatically
Your issue here likely is the action ‘publish_product’ not firing – it only runs when you first create a product, or set a products status from Draft or Pending Review to Publish. Be aware that wp_set_object_terms will overwrite any other existing category data with the last parameter set to false, in your code those products … Read more