Automattic\WooCommerce\Blocks\BlockTypes

AbstractBlock::get_block_type_attributesprotectedWC 1.0

Get block attributes.

Method of the class: AbstractBlock{}

No Hooks.

Returns

Array;.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_block_type_attributes();

AbstractBlock::get_block_type_attributes() code WC 10.4.3

protected function get_block_type_attributes() {
	return [];
}