WC_Twenty_Seventeen::output_content_wrapper()public staticWC 1.0

Open the Twenty Seventeen wrapper.

Method of the class: WC_Twenty_Seventeen{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = WC_Twenty_Seventeen::output_content_wrapper();

WC_Twenty_Seventeen::output_content_wrapper() code WC 8.7.0

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