JoshyPHP Well-known member Licensed customer Aug 11, 2017 #1 Is there an event that would allow processing (possibly modifying) the content of the full HTML of a page? Or at least everything in <body> or the root of the page layout? Last edited: Aug 11, 2017
Is there an event that would allow processing (possibly modifying) the content of the full HTML of a page? Or at least everything in <body> or the root of the page layout?
Chris D XenForo developer Staff member Licensed customer Aug 11, 2017 #2 The front_controller_post_view event might be the closest depending on exactly what you need to do.
JoshyPHP Well-known member Licensed customer Aug 11, 2017 #3 By the looks of it, that's just what I need. Thanks.