Event_Status_Provider::filter_insert_status_label( string $hook_name, string $entry_point_name, TribeEventsEvent_StatusTemplate $template )

Inserts Status Label to views.


Parameters

$hook_name

(string) (Required) For which template include this entry point belongs.

$entry_point_name

(string) (Required) Which entry point specifically we are triggering.

$template

(TribeEventsEvent_StatusTemplate) (Required) Current instance of the Template.


Top ↑

Source

File: src/Tribe/Event_Status/Event_Status_Provider.php

	public function filter_insert_status_label( $hook_name, $entry_point_name, $template ) {
		return $this->container->make( Template_Modifications::class )->insert_status_label( $hook_name, $entry_point_name, $template );
	}

Top ↑

Changelog

Changelog
Version Description
5.10.0 Introduced.