Widget_Event_Single_Legacy_Replacement::__construct( array $data = array(), TribeEventsProIntegrationsElementorWidgets?array $args = null )
{@inheritdoc}
Contents
Parameters
- $data
-
(array) (Optional) Widget data.
Default value: array()
- $args
-
(TribeEventsProIntegrationsElementorWidgets?array) (Optional) Widget arguments.
Default value: null
Source
File: src/Tribe/Integrations/Elementor/Widgets/Widget_Event_Single_Legacy_Replacement.php
public function __construct( $data = [], $args = null ) {
parent::__construct( $data, $args );
$this->widget_title = __( 'Legacy Event (disabled)', 'tribe-events-calendar-pro' );
}
Changelog
| Version | Description |
|---|---|
| 7.0.1 | Introduced. |