woocommerce_review_display_comment_text()

Display the review content.


Description Description


Source Source

File: includes/wc-template-functions.php

	function woocommerce_review_display_comment_text() {
		echo '<div class="description">';
		comment_text();
		echo '</div>';
	}

Top ↑

User Contributed Notes User Contributed Notes

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