Tribe__Tickets__Editor__Blocks__Rsvp::default_attributes()

Set the default attributes of this block


Return

(array)


Top ↑

Source

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

	public function default_attributes() {

		$defaults = array();

		return $defaults;
	}

Top ↑

Changelog

Changelog
Version Description
4.9 Introduced.