woocommerce_output_content_wrapper()WC 1.0

Output the start of the page wrapper.

No Hooks.

Return

null. Nothing (null).

Usage

woocommerce_output_content_wrapper();

woocommerce_output_content_wrapper() code WC 8.6.1

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