Virtual_Event::default_attributes()

Set the default attributes of this block.


Return

(array)


Top ↑

Source

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

	public function default_attributes() {
		$defaults = [
			'title' => esc_html__( 'Virtual Events', 'events-virtual' ),
		];

		return $defaults;
	}

Top ↑

Changelog

Changelog
Version Description
1.7.1 Introduced.