woocommerce_review_display_comment_text()
Display the review content.
Хуков нет.
Возвращает
null. Ничего (null).
Использование
woocommerce_review_display_comment_text();
Код woocommerce_review_display_comment_text() woocommerce review display comment text WC 10.7.0
function woocommerce_review_display_comment_text() {
echo '<div class="description">';
comment_text();
echo '</div>';
}