/home/vianto5/duettowers.mx/wp-content/plugins/wpforms/pro/templates/admin/entry-print
Edit: /home/vianto5/duettowers.mx/wp-content/plugins/wpforms/pro/templates/admin/entry-print/repeater.php (993B)
$entry,
'field' => $field,
'form_data' => $form_data,
'is_hidden_by_cl' => $is_hidden_by_cl,
],
true
);
} else {
echo wpforms_render( // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
'admin/entry-print/repeater-blocks',
[
'entry' => $entry,
'field' => $field,
'form_data' => $form_data,
'is_hidden_by_cl' => $is_hidden_by_cl,
],
true
);
}