WC_Twenty_Seventeen::output_content_wrapper_end()
Close the Twenty Seventeen wrapper.
Contents
Description Description
Source Source
File: includes/theme-support/class-wc-twenty-seventeen.php
public static function output_content_wrapper_end() {
echo '</main>';
echo '</div>';
get_sidebar();
echo '</div>';
}