Automattic\WooCommerce\Blocks\BlockTypes
AbstractBlock::get_block_type_editor_style
Get the editor style handle for this block type.
Method of the class: AbstractBlock{}
No Hooks.
Returns
String|null.
Usage
// protected - for code of main (parent) or child class $result = $this->get_block_type_editor_style();
Notes
- See: $this->register_block_type()
AbstractBlock::get_block_type_editor_style() AbstractBlock::get block type editor style code WC 10.4.3
protected function get_block_type_editor_style() {
return 'wc-blocks-editor-style';
}