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' ); }