Template_Modifications::__construct( TribeEventsVirtualAdmin_Template $template )
Template_Modifications constructor.
Contents
Parameters
- $template
-
(TribeEventsVirtualAdmin_Template) (Required) An instance of the plugin template handler.
Source
File: src/Tribe/Compatibility/Event_Tickets/Template_Modifications.php
public function __construct( Admin_Template $template ) {
$this->template = $template;
}
Changelog
| Version | Description |
|---|---|
| 1.0.4 | Introduced. |