File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/wpforms/pro/templates/admin/entries/single-entry/repeater.php
Back
<?php /** * Single entry repeater field template. * * @since 1.8.9 * * @var array $field Field data. * @var array $form_data Form data and settings. * @var WPForms_Entries_Single $entries_single Single entry object. * @var bool $is_hidden_by_cl Is the field hidden by conditional logic. */ if ( ! defined( 'ABSPATH' ) ) { exit; } if ( isset( $field['display'] ) && $field['display'] === 'rows' ) { echo wpforms_render( // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped 'admin/entries/single-entry/repeater-rows', [ 'field' => $field, 'form_data' => $form_data, 'entries_single' => $entries_single, 'is_hidden_by_cl' => $is_hidden_by_cl, ], true ); return; } echo wpforms_render( // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped 'admin/entries/single-entry/repeater-blocks', [ 'field' => $field, 'form_data' => $form_data, 'entries_single' => $entries_single, 'is_hidden_by_cl' => $is_hidden_by_cl, ], true );
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings