upskill-event-manager/wordpress-dev/wordpress/wp-content/plugins/hvac-community-events/includes/admin
bengizmo cb45406a9e fix: Complete OAuth callback 404 resolution with parse_request implementation
The OAuth callback URL was returning 404 errors due to WordPress not recognizing
the custom /oauth/callback route. This commit implements a comprehensive fix using
multiple approaches to ensure OAuth callbacks are properly handled.

Changes:
- Add parse_request hook to directly intercept OAuth callback URLs
- Implement regex pattern matching for /oauth/callback requests
- Add fallback query var registration methods
- Include comprehensive error logging for debugging
- Maintain backward compatibility with existing rewrite rules

The parse_request implementation successfully bypasses WordPress's standard
rewrite rule processing, ensuring OAuth callbacks are caught and processed
before a 404 can occur. Verified working with successful token exchange.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-16 11:27:30 -03:00
..
class-admin-dashboard.php fix: Update Admin Dashboard metrics for attendees and revenue 2025-05-19 17:37:04 -03:00
class-zoho-admin.php fix: Complete OAuth callback 404 resolution with parse_request implementation 2025-06-16 11:27:30 -03:00
init_hooks_replacement.txt fix: Resolve Trainer Login page and link issues 2025-05-19 17:54:43 -03:00