Archive_Events::default_attributes()

Set the default attributes of this block.


Return

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


Top ↑

Source

File: src/Tribe/Editor/Blocks/Archive_Events.php

	public function default_attributes() {
		return [];
	}

Top ↑

Changelog

Changelog
Version Description
5.14.2 Introduced.