Automattic\WooCommerce\Blocks\BlockTypes
AbstractBlock::get_block_type_attributes()
Get block attributes.
Method of the class: AbstractBlock{}
No Hooks.
Return
Array;
.
Usage
// protected - for code of main (parent) or child class $result = $this->get_block_type_attributes();
AbstractBlock::get_block_type_attributes() AbstractBlock::get block type attributes code WC 9.4.2
protected function get_block_type_attributes() { return []; }