get_gallery_performance_data($post->ID); if ($performance_data) { echo '

' . __('Current Page Analysis:', 'tigerstyle-heat') . '

'; echo '
    '; echo '
  • ' . sprintf(__('Total Galleries Found: %d', 'tigerstyle-heat'), $performance_data['total_galleries']) . '
  • '; echo '
  • ' . sprintf(__('Total Images: %d', 'tigerstyle-heat'), $performance_data['total_images']) . '
  • '; echo '
  • ' . sprintf(__('Qualifying Galleries: %d', 'tigerstyle-heat'), $performance_data['qualifying_galleries']) . '
  • '; echo '
  • ' . __('Schema Type: ', 'tigerstyle-heat') . $performance_data['schema_type'] . '
  • '; echo '
  • ' . __('Structured Data: ', 'tigerstyle-heat') . ($performance_data['has_structured_data'] ? '✅ Enabled' : '❌ Disabled') . '
  • '; echo '
'; } else { echo '

' . __('No galleries detected on current page.', 'tigerstyle-heat') . '

'; } } else { echo '

' . __('Navigate to a page with galleries to see detection status.', 'tigerstyle-heat') . '

'; } ?>