Tribe__Tickets__Editor__Blocks__Rsvp::default_attributes()
Set the default attributes of this block
Return
(array)
Source
File: src/Tribe/Editor/Blocks/Rsvp.php
public function default_attributes() {
$defaults = array();
return $defaults;
}
Changelog
| Version | Description |
|---|---|
| 4.9 | Introduced. |