Automated response: load_html_page does not properly parse paths with query strings
If a path has a query string, then Composr fails to is_file check because the is_file check keeps the query string on it (resulting in the check returning false), thus Composr falls back to uploads/website_specific even if the file exists.
This fix strips out query strings and fragments. It also adds site_html_pages hook functionality for additional processing of HTML pages.
If a path has a query string, then Composr fails to is_file check because the is_file check keeps the query string on it (resulting in the check returning false), thus Composr falls back to uploads/website_specific even if the file exists.
This fix strips out query strings and fragments. It also adds site_html_pages hook functionality for additional processing of HTML pages.