WC_Twenty_Twenty::output_content_wrapper_end()

Close the Twenty Twenty wrapper.


Description Description


Source Source

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

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

Top ↑

User Contributed Notes User Contributed Notes

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