/** * Forcefully Display ALL Gravity Forms (Form ID 112) Entries Before Any Processing * This ensures debugging is the FIRST thing executed before any CSV processing or matching. */ function gf_force_display_all_entries() { if ( ! class_exists('GFAPI') ) { echo "Gravity Forms API not available."; return; } echo "
ERROR: " . esc_html($entries->get_error_message()) . "
"; return; } foreach ( $entries as $entry ) { $entry_count++; echo ""; print_r($entry); // Full array debug echo "