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