WC_Twenty_Twenty::output_content_wrapper_end
Close the Twenty Twenty wrapper.
Method of the class: WC_Twenty_Twenty{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = WC_Twenty_Twenty::output_content_wrapper_end();
WC_Twenty_Twenty::output_content_wrapper_end() WC Twenty Twenty::output content wrapper end code WC 10.4.3
public static function output_content_wrapper_end() {
echo '</main>';
echo '</section>';
}