upskill-event-manager/wordpress-dev/wordpress/wp-content/plugins/hvac-community-events/includes/certificates
bengizmo b9ecb37260 feat: Add direct certificate URL handler to fix 404 errors
- Created new HVAC_Certificate_URL_Handler class that intercepts certificate URLs directly
- Hooks into multiple early WordPress actions (plugins_loaded, init, parse_request)
- Bypasses WordPress rewrite rules for more reliable certificate URL handling
- Added early initialization in main plugin file before WordPress routing
- Includes comprehensive test tool for certificate URL verification

This should resolve certificate viewing 404 errors by handling URLs before WordPress routing.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-24 09:07:50 -03:00
..
class-certificate-ajax-handler.php feat: Add comprehensive UX enhancements for mobile and desktop 2025-05-23 16:41:01 -03:00
class-certificate-fix.php docs: Update testing procedures in CLAUDE.md with comprehensive E2E test workflow 2025-05-21 20:12:22 -03:00
class-certificate-generator.php feat: Add PNG generation and fix certificate reports TEC query interference 2025-05-23 07:29:09 -03:00
class-certificate-installer.php feat: Add PNG generation and fix certificate reports TEC query interference 2025-05-23 07:29:09 -03:00
class-certificate-manager-broken.php fix: Repair certificate generation and listing functionality 2025-05-23 10:19:38 -03:00
class-certificate-manager.php fix: Resolve PHP errors in Certificate Manager SQL query construction 2025-05-23 14:13:31 -03:00
class-certificate-security.php fix: Resolve home page content disappearing issue 2025-05-24 08:24:01 -03:00
class-certificate-settings.php feat: Implement certificate generation system 2025-05-20 15:17:55 -03:00
class-certificate-template.php feat: Implement certificate generation system 2025-05-20 15:17:55 -03:00
class-certificate-url-handler.php feat: Add direct certificate URL handler to fix 404 errors 2025-05-24 09:07:50 -03:00
test-rewrite-rules.php fix: Enhanced certificate URL rewrite rules handling 2025-05-23 23:20:29 -03:00