Components::render_ar_field_styles( array $args )

Render the Attendee Registration styles template.


Parameters

$args

(array) (Required) Array of arguments.


Top ↑

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 );
	}

Top ↑

Changelog

Changelog
Version Description
5.7.0 Introduced.