Automattic\WooCommerce\Blocks\BlockTypes
ProductFilterActive::get_block_type_editor_style
Disable the editor style handle for this block type.
Method of the class: ProductFilterActive{}
No Hooks.
Returns
null. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->get_block_type_editor_style();
ProductFilterActive::get_block_type_editor_style() ProductFilterActive::get block type editor style code WC 11.0.1
protected function get_block_type_editor_style() {
return null;
}