apply_filters( 'mc_notime_label', $notime, $event ) → {string}
Label to use in place of time for an event with no fixed time.
Parameters:
Name | Type | Description |
---|---|---|
$notime |
string | Default value from settings or event post meta. |
$event |
object | Event object. |
- Source:
Returns:
Text describing when the event occurs. E.g. 'all day' or 'to be determined'.
- Type
- string