WC_Twenty_Nineteen::output_content_wrapperpublic staticWC 1.0

Open the Twenty Nineteen wrapper.

Method of the class: WC_Twenty_Nineteen{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = WC_Twenty_Nineteen::output_content_wrapper();

WC_Twenty_Nineteen::output_content_wrapper() code WC 10.4.3

public static function output_content_wrapper() {
	echo '<section id="primary" class="content-area">';
	echo '<main id="main" class="site-main">';
}