/home/techb158/balacoffee.com/wp-content/plugins/wpforms/pro/templates/admin/entry-print
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 -
"
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 );
?>