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