'beautyspa_comment' ) ); ?> 1 && get_option( 'page_comments' ) ) : ?>
'
', 'email' => '
', ); function beautyspa_comment_fields($fields) { return $fields; } add_filter('wl_comment_form_default_fields','beautyspa_comment_fields'); $defaults = array( 'fields'=> apply_filters( 'wl_comment_form_default_fields', $fields ), 'comment_field'=> '
', 'logged_in_as' => '

' . esc_html__( "Logged in as ",'beautyspa' ).''.$user_identity.''. ''.esc_html__(" Log out?",'beautyspa').'' . '

', /* translators: %s: reply to name */ 'title_reply_to' => esc_html__( 'Leave Your comments Here to %s','beautyspa'), 'class_submit' => 'btn', 'label_submit'=>esc_html__( 'Post Comment','beautyspa'), 'comment_notes_before'=> '', 'comment_notes_after'=>'', 'title_reply'=> '

'.esc_html__('Leave Your Comment Here','beautyspa').'

', 'role_form'=> 'form', ); comment_form($defaults); ?>