WC_Twenty_Fourteen::output_content_wrapper_endpublic staticWC 1.0

Close wrappers.

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

Хуков нет.

Возвращает

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

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

$result = WC_Twenty_Fourteen::output_content_wrapper_end();

Код WC_Twenty_Fourteen::output_content_wrapper_end() WC 10.0.2

public static function output_content_wrapper_end() {
	echo '</div></div></div>';
	get_sidebar( 'content' );
}