WC_Twenty_Twelve::output_content_wrapperpublic staticWC 1.0

Open wrappers.

Method of the class: WC_Twenty_Twelve{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = WC_Twenty_Twelve::output_content_wrapper();

WC_Twenty_Twelve::output_content_wrapper() code WC 10.4.3

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