2 items across 1 sections
Deployed a WPCode PHP filter to fix HFE wpautop injection. curl verification with Cache-Control: no-cache still returned stale cached HTML. Fix appeared not to work — it had worked. LiteSpeed had already cached the old output.
WordPress wpautop() was running on Elementor HFE widget render output and injecting </p><p> sequences inside <a> tags in the hfe-post-info widget. Caused malformed HTML on all post pages. Fixed with an elementor/widget/render_content PHP filter via WPCode.