WC_Twenty_Nineteen::output_content_wrapper_end()
Close the Twenty Nineteen wrapper.
Contents
Description Description
Source Source
File: includes/theme-support/class-wc-twenty-nineteen.php
public static function output_content_wrapper_end() {
echo '</main>';
echo '</section>';
}