PUM_Shortcode::style_block()

Render the template based on shortcode classes methods.


Description Description


Source Source

File: classes/Shortcode.php

	public function style_block() {
		$styles = $this->get_template_styles();

		if ( $styles !== false ) {
			echo '<style>' . $styles . '</style>';
		}
	}


Top ↑

User Contributed Notes User Contributed Notes

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