upskill-event-manager/wordpress-dev/wordpress/wp-content/plugins/hvac-community-events/templates
bengizmo f5ccb9085c fix: Resolve Login Page shortcode processing issue
- Fix the Trainer Login page to directly use Login_Handler class
- Skip shortcode processing and call render_login_form directly
- Ensure Login_Handler class is loaded before rendering the form

The issue was that the shortcode registration mechanism wasn't working properly
between the namespace and the static/non-static method calls. By directly
instantiating the Login_Handler class and calling the render method, we bypass
the shortcode system and directly render the login form.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-19 18:05:40 -03:00
..
community feat: Implement auto page creation & fix login E2E tests 2025-03-28 17:18:21 -03:00
page-community-login.php fix: Resolve Login Page shortcode processing issue 2025-05-19 18:05:40 -03:00
single-hvac-event-summary.php fix(tests): Resolve Task 4.7 integration test issues & UMB 2025-04-02 07:02:06 -03:00
single-hvac-order-summary.php Clean up repository: Remove WordPress core files from tracking 2025-05-18 18:43:41 -03:00
template-hvac-dashboard.php Refactors event submission and listing to use TEC Community Events 2025-04-02 22:23:37 -03:00