WC_Twenty_Seventeen::output_content_wrapper_end()

Close the Twenty Seventeen wrapper.


Description Description


Source Source

File: includes/theme-support/class-wc-twenty-seventeen.php

	public static function output_content_wrapper_end() {
		echo '</main>';
		echo '</div>';
		get_sidebar();
		echo '</div>';
	}

Top ↑

User Contributed Notes User Contributed Notes

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