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