Automattic\WooCommerce\Blocks\BlockTypes

AbstractBlock::get_block_type_attributes()protectedWC 1.0

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() code WC 8.6.1

protected function get_block_type_attributes() {
	return [];
}