Product_Remover::remove_by_product_id( $product_id,  $channel )

Summary

No summary available.

Source

File: src/BigCommerce/Import/Importers/Products/Product_Remover.php

	public function remove_by_product_id( $product_id, \WP_Term $channel ) {
		$post_id = $this->match_post_id( $product_id, $channel );
		$this->remove_by_post_id( $post_id );
	}


User Contributed Notes

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