Tribe__Events__Pro__Editor__Blocks__Related_Events::default_attributes()

Set the default attributes of this block


Return

(string)


Top ↑

Source

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

	public function default_attributes() {

		$defaults = array(
			'title' => esc_html__( 'Related Events', 'tribe-events-calendar-pro' ),
		);

		return $defaults;
	}

Top ↑

Changelog

Changelog
Version Description
4.6.2 Introduced.