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