WC_Product::has_options()

Returns whether or not the product has additional options that need selecting before adding to cart.


Description Description


Return Return

(boolean)


Top ↑

Source Source

File: includes/abstracts/abstract-wc-product.php

	public function has_options() {
		return false;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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