label_markup ); ?>
help_markup ); ?>
aria_described_by ) ? "aria-describedby='" . esc_attr( trim( $this->aria_described_by ) ) . "'" : ''; ?>
data-required="data_require_attr ) ); ?>" data-unique="aria_unique ); ?>" default_value_attr ); ?> placeholder_attr ); ?> />
error_svg; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Ignored to render svg ?>
duplicate_msg_markup ); ?>
is_confirm_email ) {
$confirm_label_markup = Helper::generate_common_form_markup( $this->form_id, 'label', $this->confirm_label, $this->slug . '-confirm', $this->block_id . $this->input_confirm_label, boolval( $this->required ) );
$placeholder = Helper::generate_common_form_markup( $this->form_id, 'placeholder', $this->confirm_label, $this->slug, $this->block_id . $this->block_id . $this->input_confirm_label, boolval( $this->required ) );
$this->placeholder_attr = '';
if ( ! empty( $placeholder ) ) {
$confirm_label_markup = '';
$this->placeholder_attr = ' placeholder="' . $placeholder . '" ';
}
?>