'', ), $atts ); if ( empty( $atts['id'] ) || ! function_exists( 'EVF' ) ) { return; } $form = EVF()->form->get( absint( $atts['id'] ) ); if ( empty( $form ) ) { return; } $form_data = ! empty( $form->post_content ) ? evf_decode( $form->post_content ) : ''; $entry_ids = evf_search_entries( array( 'limit' => -1, 'order' => 'ASC', 'form_id' => absint( $atts['id'] ), ) ); $entries = array_map( 'evf_get_entry', $entry_ids ); $disallow = apply_filters( 'everest_forms_frontend_entries_table_disallow', array( 'divider', 'html', 'captcha' ) ); $ids = array(); ob_start(); ?>
| ' . apply_filters( 'everest_forms_html_field_value', wp_strip_all_tags( $meta_value ), $meta_key, $form_data, 'entry-frontend-table' ); // } } echo ''; } ?> |