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 9.8.1
function woocommerce_review_display_comment_text() { echo '<div class="description">'; comment_text(); echo '</div>'; }