apply_filters('wpstagerintegration_calendar_label_event_time', $default, int $start_timestamp, int $end_timestamp, array $args): string

Description

Filters the default calendar "event time" label text.

Parameters:

ParameterTypeDescription
$label string The label text
$start_timestamp int The start timestamp of the event
$end_timestamp int The end timestamp of the event
$args array Additional arguments passed to the component template.

Returns:

string Must return a string

Information

Fileclass-calendar.php line 444

Full Code

/**
 * Filters the default calendar "event time" label text.
 *
 * @param string    $label            The label text
 * @param int       $start_timestamp  The start timestamp of the event
 * @param int       $end_timestamp    The end timestamp of the event
 * @param array     $args             Additional arguments passed to the component template.
 *
 * @return string   Must return a string
 */
$label = (string) apply_filters( 'wpstagerintegration_calendar_label_event_time', $default, $start_timestamp, $end_timestamp, $args )

💡 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!