woocommerce_output_content_wrapper()

Output the start of the page wrapper.


Description Description


Source Source

File: includes/wc-template-functions.php

	function woocommerce_output_content_wrapper() {
		wc_get_template( 'global/wrapper-start.php' );
	}


Top ↑

User Contributed Notes User Contributed Notes

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