__( 'View Entry', 'formidable' ), 'form' => $form, 'hide_title' => true, 'close' => '?page=formidable-entries&form=' . $form->id, ) ); ?>

id ) ); ?>

$entry->id, 'entry' => $entry, 'fields' => $fields, 'include_blank' => true, 'include_extras' => 'page, section, password', 'inline_style' => 0, 'class' => 'frm-alt-table', 'show_filename' => true, 'show_image' => true, 'size' => 'thumbnail', 'add_link' => true, ); /** * Allows modifying the arguments when showing entry in the Entries page. * * @since 5.0.16 * * @param array $show_args The arguments. * @param array $args Includes `form`. */ $show_args = apply_filters( 'frm_entries_show_args', $show_args, compact( 'form' ) ); echo FrmEntriesController::show_entry_shortcode( $show_args ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>