* @copyright Copyright 2014, Chris Aprea * @link http://wpaxl.com/themes/adoration * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html */ // Exit if accessed directly defined( 'ABSPATH' ) || exit; global $product; if ( ! comments_open() ) { return; } ?>
    'woocommerce_comments' ) ) ); ?>

id ) ) : ?>
esc_html__( 'Add a review', 'adoration' ), 'title_reply_to' => esc_html__( 'Leave a Reply to %s', 'adoration' ), 'comment_notes_before' => '', 'comment_notes_after' => '', 'fields' => array( 'author' => '', 'email' => '', ), 'label_submit' => esc_html__( 'Submit', 'adoration' ), 'logged_in_as' => '', 'comment_field' => '' ); $comment_form['comment_field'] .= ''; comment_form( apply_filters( 'woocommerce_product_review_comment_form_args', $comment_form ) ); ?>