Astra_Pro_Customizer::render_template()

Outputs the Underscore.js template.


Description


Return

(void)


Source

File: inc/customizer/astra-pro/class-astra-pro-customizer.php

		protected function render_template() {
			?>
		<li id="accordion-section-{{ data.id }}" class="accordion-section control-section control-section-{{ data.type }} cannot-expand control-section-default">
			<h3 class="wp-ui-highlight">
				<# if ( data.title && data.pro_url ) { #>
				<a href="{{ data.pro_url }}" class="wp-ui-text-highlight" target="_blank" rel="noopener">{{ data.title }}</a>
				<# } #>
			</h3>
		</li>
			<?php
		}

Changelog

Changelog
Version Description
1.0.10 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.