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.
Usage
$ProductTemplate = new ProductTemplate(); $ProductTemplate->get_is_selectable_by_user();
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;
}