GC_Customize_Section::print_template()

最后更新于:2021-11-27 07:45:32

GC_Customize_Section::print_template()

Render the section’s JS template.

源文件

文件: gc-includes/class-gc-customize-section.php

	public function print_template() {
		?>
		<script type="text/html" id="tmpl-customize-section-<?php echo $this->type; ?>">
			<?php $this->render_template(); ?>
		</script>
		<?php
	}