woocommerce_output_content_wrapper_end()
Output the end of the page wrapper.
Description Description
Source Source
File: includes/wc-template-functions.php
function woocommerce_output_content_wrapper_end() { wc_get_template( 'global/wrapper-end.php' ); }