WC_Twenty_Thirteen::output_content_wrapper()public staticWC 1.0

Open wrappers.

Метод класса: WC_Twenty_Thirteen{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$result = WC_Twenty_Thirteen::output_content_wrapper();

Код WC_Twenty_Thirteen::output_content_wrapper() WC 8.7.0

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