Block::default_attributes()
Set the default attributes of this block.
Return
(TECEventsBlocksArchive_Eventsarray<string,mixed>) The array of default attributes.
Source
File: src/Events/Blocks/Archive_Events/Block.php
public function default_attributes(): array {
return [];
}
Changelog
| Version | Description |
|---|---|
| 6.3.3 | Introduced. |