woocommerce_output_content_wrapper() WC 1.0
Output the start of the page wrapper.
Хуков нет.
Возвращает
Null. Ничего.
Использование
woocommerce_output_content_wrapper();
Код woocommerce_output_content_wrapper() woocommerce output content wrapper WC 5.0.0
function woocommerce_output_content_wrapper() {
wc_get_template( 'global/wrapper-start.php' );
}