Tribe__Events__Pro__Editor__Blocks__Related_Events::default_attributes()
Set the default attributes of this block
Return
(string)
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;
}
Changelog
| Version | Description |
|---|---|
| 4.6.2 | Introduced. |