HISTORY SOCIETY

Top
add_action( 'woocommerce_after_single_product_summary', '_show_reviews', 15 ); function _show_reviews() { comments_template(); }