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.

Usage

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

ProductTemplate::get_is_selectable_by_user() code WC 11.0.1

public function get_is_selectable_by_user() {
	self::maybe_log_removal_warning();

	return false;
}