Block::default_attributes()

Set the default attributes of this block.


Return

(TECEventsBlocksArchive_Eventsarray<string,mixed>) The array of default attributes.


Top ↑

Source

File: src/Events/Blocks/Archive_Events/Block.php

	public function default_attributes(): array {
		return [];
	}

Top ↑

Changelog

Changelog
Version Description
6.3.3 Introduced.