woocommerce_output_content_wrapper()
Output the start of the page wrapper.
No Hooks.
Returns
void. Nothing (null).
Usage
woocommerce_output_content_wrapper();
woocommerce_output_content_wrapper() woocommerce output content wrapper code WC 11.0.1
function woocommerce_output_content_wrapper() {
wc_get_template( 'global/wrapper-start.php' );
}