Virtual_Event::default_attributes()
Set the default attributes of this block.
Return
(array)
Source
File: src/Tribe/Editor/Blocks/Virtual_Event.php
public function default_attributes() {
$defaults = [
'title' => esc_html__( 'Virtual Events', 'events-virtual' ),
];
return $defaults;
}
Changelog
| Version | Description |
|---|---|
| 1.7.1 | Introduced. |