widget->get_render_attribute_string( 'field-' . esc_attr( $this->get_id() ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Elementor-generated attributes. ?>>
'hidden',
'name' => 'fields[hidden_' . $this->get_id() . ']',
'id' => 'optin-field-hidden-' . $this->get_id(),
'class' => $this->get_class(),
'data-type' => 'hidden',
];
$this->widget->add_render_attribute( 'field-hidden-' . $this->get_id(), $attributes );
?>
widget->get_render_attribute_string( 'field-hidden-' . $this->get_id() ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Elementor-generated attributes. ?>>
[
'type' => 'raw_html',
'conditions' => [ 'terms' => [ parent::get_type_condition() ] ],
'raw' => sprintf(
'%1$s%3$s.',
$subtext1,
$setting_url,
$subtext2
),
],
'label' => $commons['label'],
'field_value' => $commons['field_value'],
'placeholder' => $commons['placeholder'],
'required' => $commons['required'],
'width_responsive' => $commons['width_responsive'],
];
}
}