Warnings::get_recurring_event_warning_message()
Get the Recurring Event warning message.
Return
(string) The Recurring Event warning message.
Source
File: src/Tribe/Editor/Warnings.php
public function get_recurring_event_warning_message() {
return __( 'This is a recurring event. If you add tickets, they will only show up on first event in the recurrence series. Please carefully configure your recurring events.', 'event-tickets' );
}
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Removed class attribute, dynamize ticket and rsvp labels. |
| 5.0.4 | Introduced. |