Components::render_ar_field_styles( array $args )
Render the Attendee Registration styles template.
Contents
Parameters
- $args
-
(array) (Required) Array of arguments.
Source
File: src/Tickets_Plus/Emails/Email/Components.php
public function render_ar_field_styles( array $args ): void {
/** @var \Tribe__Tickets_Plus__Template $template */
$template = tribe( 'tickets-plus.template' );
$template->template( 'emails/template-parts/header/head/ar-styles', $args, true );
}
Changelog
| Version | Description |
|---|---|
| 5.7.0 | Introduced. |