Product_Remover::remove_by_post_id( $post_id )

Summary

No summary available.

Source

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

	public function remove_by_post_id( $post_id ) {
		if ( ! empty( $post_id ) ) {
			$this->remove_post( $post_id );
		}
	}


User Contributed Notes

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