Wishlist::is_public()

Summary

Checks if the list is publicly shared


Return

(bool)


Source

File: src/BigCommerce/Accounts/Wishlists/Wishlist.php

	public function is_public() {
		return (bool) $this->wishlist->getIsPublic();
	}


User Contributed Notes

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