WC_Twenty_Nineteen::output_content_wrapper()
Open the Twenty Nineteen wrapper.
Method of the class: WC_Twenty_Nineteen{}
No Hooks.
Return
null
. Nothing.
Usage
$result = WC_Twenty_Nineteen::output_content_wrapper();
WC_Twenty_Nineteen::output_content_wrapper() WC Twenty Nineteen::output content wrapper code WC 7.7.0
public static function output_content_wrapper() { echo '<section id="primary" class="content-area">'; echo '<main id="main" class="site-main">'; }