Automattic\WooCommerce\Blocks\BlockTypes
ProductFilterCheckboxList::get_block_type_style
Disable the style handle for this block type. We use block.json to load the style.
Method of the class: ProductFilterCheckboxList{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->get_block_type_style();
ProductFilterCheckboxList::get_block_type_style() ProductFilterCheckboxList::get block type style code WC 10.9.4
protected function get_block_type_style() {
return null;
}