woocommerce_output_content_wrapper_end()WC 1.0

Output the end of the page wrapper.

Хуков нет.

Возвращает

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

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

woocommerce_output_content_wrapper_end();

Код woocommerce_output_content_wrapper_end() WC 8.7.0

function woocommerce_output_content_wrapper_end() {
	wc_get_template( 'global/wrapper-end.php' );
}