Filter: mt_default_ticketed_events

apply_filters( 'mt_default_ticketed_events', $events, $atts, $content ) → {array}

Set an array of default event IDs to show in the [tickets] shortcode. Only runs if the 'events' shortcode attribute is false.

Parameters:
Name Type Description
$events array

Array of event IDs.

$atts array

Shortcode attributes.

$content string

Shortcode contents.

Source:
Returns:
Type
array