apply_filters('wpstagerintegration_event_ticket_groups_no_tickets_message', $default_message_no_tickets): string
apply_filters('wpstagerintegration_event_ticket_groups_no_tickets_message', $default_message_no_tickets): stringDescription
Filters the message displayed when no tickets are available for an event.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$no_tickets_message | string | The default message to display when no tickets are available for an event. |
Returns:
string The message to display when no tickets are available for an event.
Information
| File | event-message-no-tickets.php line 16 |
|---|
Full Code
/**
* Filters the message displayed when no tickets are available for an event.
*
* @param string $no_tickets_message The default message to display when no tickets are available for an event.
* @return string The message to display when no tickets are available for an event.
*/
$no_tickets_message = (string) ( apply_filters( 'wpstagerintegration_event_ticket_groups_no_tickets_message', $default_message_no_tickets )💡 If you ever get stuck or have a question, please check our FAQs, our Free Integration Service, our paid Full Integration Service, or reach out to us!

Get WP Stager Integration
🎁 Limited offer: Use code WELCOME26 to get your first month for free!

