Filter: mc_list_event_title_hint

apply_filters( 'mc_list_event_title_hint', $title, $now ) → {string}

Format a single title for display in single titles on list view.

Parameters:
Name Type Description
$title string

Event title.

$now object

Event object.

Source:
Returns:
Type
string

apply_filters( 'mc_list_event_title_hint', $title, $now, $events ) → {string}

Format display output on a single titles on list view.

Parameters:
Name Type Description
$title string

Event title.

$now object

Event object.

$events array

Array of event objects.

Source:
Returns:
Type
string

apply_filters( 'mc_list_event_title_hint', $title, $now, $events ) → {string}

Format a single title for display in multiple titles on list view.

Parameters:
Name Type Description
$title string

Event title.

$now object

Event object.

$events array

Array of event objects.

Source:
Returns:
Type
string