/home/techb158/balacoffee.com/wp-content/plugins/wpforms/pro/templates/admin/entry-print
NameSizeModeActions
choice.php7110644editdlrm
field.php17460644editdlrm
fields.php10020644editdlrm
footer.php4240644editdlrm
head.php74000644editdlrm
image-choice.php7230644editdlrm
layout-field.php11740644editdlrm
no-fields.php3350644editdlrm
notes.php10350644editdlrm
toggle-option.php4260644editdlrm
Edit: /home/techb158/balacoffee.com/wp-content/plugins/wpforms/pro/templates/admin/entry-print/head.php (7400B)
__( 'Field Description', 'wpforms' ), 'empty' => __( 'Empty Fields', 'wpforms' ), 'unselected-choices' => __( 'Unselected Choices', 'wpforms' ), 'html' => __( 'HTML/Content fields', 'wpforms' ), 'divider' => __( 'Section Dividers', 'wpforms' ), 'pagebreak' => __( 'Page Breaks', 'wpforms' ), ]; $display_options = [ 'maintain-layout' => __( 'Maintain Layout', 'wpforms' ), 'compact' => __( 'Compact View', 'wpforms' ), ]; if ( ! empty( $entry->entry_notes ) ) { $display_options['note'] = __( 'Notes', 'wpforms' ); } /** * Allow modifying options for the Field Settings section on the Entry Print page. * * @since 1.8.1 * * @param array $field_options List of print page options for the Field Section. * @param object $entry Entry. * @param array $form_data Form data and settings. */ $field_options = (array) apply_filters( 'wpforms_pro_admin_entries_print_preview_field_options', $field_options, $entry, $form_data ); /** * Allow modifying options for the Display Settings section on the Entry Print page. * * @since 1.8.1 * * @param array $display_options List of print page options for the Display Section. * @param object $entry Entry. * @param array $form_data Form data and settings. */ $display_options = (array) apply_filters( 'wpforms_pro_admin_entries_print_preview_display_options', $display_options, $entry, $form_data ); ?> > WPForms Print Preview - <?php echo esc_html( $form_title ); ?> " type="text/css"> section. * * @since 1.5.1 * * @param object $entry Entry. * @param array $form_data Form data and settings. */ do_action( 'wpforms_pro_admin_entries_printpreview_print_html_head', $entry, $form_data ); ?>

Entry #%2$d', esc_html( $form_title ), absint( $entry->entry_id ) ); ?>

$label ) { // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo wpforms_render( 'admin/entry-print/toggle-option', [ 'slug' => $slug, 'label' => $label, ], true ); } ?>
$label ) { // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo wpforms_render( 'admin/entry-print/toggle-option', [ 'slug' => $slug, 'label' => $label, ], true ); } ?>