woocommerce_review_display_comment_text()WC 1.0

Display the review content.

Хуков нет.

Возвращает

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

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

woocommerce_review_display_comment_text();

Код woocommerce_review_display_comment_text() WC 8.7.0

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