WC_Twenty_Twenty::output_content_wrapper
Open 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();
WC_Twenty_Twenty::output_content_wrapper() WC Twenty Twenty::output content wrapper code WC 10.3.6
public static function output_content_wrapper() {
echo '<section id="primary" class="content-area">';
echo '<main id="main" class="site-main">';
}