upskill-event-manager/templates
bengizmo 0a627a6a1f fix: Remove persistent HTML comment from manage event page
- Modified page-manage-event.php template to access raw post content directly
- Added comprehensive regex patterns to strip all variations of wp:shortcode comments
- Disabled the_content filter in HVAC_Manage_Event class to prevent conflicts
- Added client-side JavaScript fallback to remove any remaining HTML comments
- Created cache clearing script for troubleshooting

The issue was that apply_filters('the_content') was potentially re-adding
content after we stripped the HTML comments. Now we bypass all filters
and process the raw content directly.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-30 11:27:58 -03:00
..
page-attendee-profile.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-certificate-fix.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-certificate-reports.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-communication-schedules.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-communication-templates.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-community-login.php fix: Resolve duplicate initialization and jQuery selector errors 2025-07-28 17:58:39 -03:00
page-documentation.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-email-attendees.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-event-summary.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-generate-certificates.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-google-sheets.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-manage-event.php fix: Remove persistent HTML comment from manage event page 2025-07-30 11:27:58 -03:00
page-master-dashboard-debug.php fix: Resolve duplicate content and raw shortcode display on manage event page 2025-07-30 10:06:49 -03:00
page-master-dashboard.php fix: Resolve duplicate content and raw shortcode display on manage event page 2025-07-30 10:06:49 -03:00
page-registration-pending.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-trainer-account-disabled.php feat: Implement trainer approval workflow with status management 2025-07-28 12:38:34 -03:00
page-trainer-account-pending.php feat: Implement trainer approval workflow with status management 2025-07-28 12:38:34 -03:00
page-trainer-dashboard.php Fix legacy URL redirects being intercepted by access control 2025-07-28 19:45:43 -03:00
page-trainer-login.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-trainer-profile.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
page-trainer-registration.php feat: Add missing page templates for all HVAC plugin pages 2025-07-28 20:39:14 -03:00
single-hvac-event-summary.php fix: Ensure trainer registration page is publicly accessible 2025-07-28 10:30:54 -03:00
single-hvac-order-summary.php fix: Ensure trainer registration page is publicly accessible 2025-07-28 10:30:54 -03:00
template-edit-profile.php fix: Ensure trainer registration page is publicly accessible 2025-07-28 10:30:54 -03:00
template-event-summary.php fix: Ensure trainer registration page is publicly accessible 2025-07-28 10:30:54 -03:00
template-google-sheets.php fix: Ensure trainer registration page is publicly accessible 2025-07-28 10:30:54 -03:00
template-hvac-dashboard.php fix: Resolve duplicate content and raw shortcode display on manage event page 2025-07-30 10:06:49 -03:00
template-hvac-master-dashboard.php fix: Resolve duplicate content and raw shortcode display on manage event page 2025-07-30 10:06:49 -03:00
template-trainer-profile.php fix: Resolve duplicate initialization and jQuery selector errors 2025-07-28 17:58:39 -03:00