Product::bc_id()

Summary

No summary available.

Source

File: src/BigCommerce/Post_Types/Product/Product.php

	public function bc_id() {
		return (int) get_post_meta( $this->post_id, 'bigcommerce_id', true );
	}


User Contributed Notes

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