'ol', 'short_ping' => true, 'avatar_size' => 100, 'callback' => 'ailabflow_comment_row_template', ) ); ?>

'; $args['comment_notes_before'] = '

' . esc_attr__( 'Your email address will not be published.' , 'ailabflow' ) . ' ' . ( $req ? $required_text : '' ) . '

'; $args['comment_notes_after'] = '

' . sprintf( esc_attr__( 'You may use these HTML tags and attributes: %s', 'ailabflow' ), ' ' . allowed_tags() . '' ) . '

'; // Submit button class $args['class_submit'] = 'submit prt-vc_general prt-vc_btn3 prt-vc_btn3-size-md prt-vc_btn3-shape-square prt-vc_btn3-style-flat prt-vc_btn3-color-skincolor'; $args['fields'] = array( 'author' => '

' . ( $req ? '*' : '' ) . '

', 'email' => '

' . ( $req ? '*' : '' ) . '

', 'url' => '

' . '

', ); comment_form($args); ?>