Block::default_attributes()

Set the default attributes of this block.


Return

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


Top ↑

Source

File: src/Events_Pro/Blocks/Single_Venue/Block.php

	public function default_attributes(): array {
		return [ 'className' => '' ];
	}

Top ↑

Changelog

Changelog
Version Description
6.3.2 Introduced.