Files
wp-fedistream/includes/Frontend/Shortcodes.php
magdev a41eddbc49
All checks were successful
Create Release Package / build-release (push) Successful in 1m2s
fix: Block shortcode rendering during page template loading
- Added $loading_page_template flag in TemplateLoader
- template-wrapper.php sets flag before loading theme header/footer
- Shortcodes::render_template() returns early if flag is set
- Prevents recursion from theme components, widgets, or other plugins

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 17:09:16 +01:00

19 KiB