Automattic\WooCommerce\Admin\Features\ProductBlockEditor

ProductTemplate::get_is_selectable_by_userpublicWC 1.0

Get the selectable attribute.

Method of the class: ProductTemplate{}

No Hooks.

Returns

true|false. Selectable.

Usage

$ProductTemplate = new ProductTemplate();
$ProductTemplate->get_is_selectable_by_user();

ProductTemplate::get_is_selectable_by_user() code WC 10.6.2

public function get_is_selectable_by_user() {
	return $this->is_selectable_by_user;
}