Tribe__Customizer__Section::get_css_template( $template )

Overwrite this method to be able to implement the CSS template related to this section.

Contents


Return

(string) The CSS template.


Top ↑

Source

File: src/Tribe/Customizer/Section.php

	public function get_css_template( $template ) {
		return $template;
	}