Block::default_attributes()
Set the default attributes of this block.
Return
(TECEvents_ProBlocksSingle_Venuearray<string,mixed>) The array of default attributes.
Source
File: src/Events_Pro/Blocks/Single_Venue/Block.php
public function default_attributes(): array {
return [ 'className' => '' ];
}
Changelog
| Version | Description |
|---|---|
| 6.3.2 | Introduced. |