Automattic\WooCommerce\Admin\Features\ProductBlockEditor
ProductTemplate::get_is_selectable_by_user
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() ProductTemplate::get is selectable by user code WC 10.6.2
public function get_is_selectable_by_user() {
return $this->is_selectable_by_user;
}