woocommerce_product_description_tab()

Output the description tab content.


Description Description


Source Source

File: includes/wc-template-functions.php

	function woocommerce_product_description_tab() {
		wc_get_template( 'single-product/tabs/description.php' );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.