1 && get_option( 'page_comments' ) ) : ?>

'
', 'email' => '
', 'website' => '
', ); $themeoo_comments_args = array( 'fields' => $themeoo_fields, 'comment_field' => '
', 'id_form' => 'post-comments-form', /* translators: %s: Author of the comment being replied to. */ 'title_reply_to' => esc_html__( 'Reply to %s', 'ayyash' ), 'cancel_reply_before' => ' ', 'cancel_reply_link' => '' . esc_html__( 'Cancel reply', 'ayyash' ) . '', 'cancel_reply_after' => '', ); comment_form( $themeoo_comments_args ); ?>