Re-render of block in function-hide-title.php breaks FacetWP
-
You seem to be re-rendering all blocks, except exceptions in:
includes/function-hide-title.phpL122
This breaks FacetWP block AJAX Query Loop block processing (with the Blocks add-on).
Besides that re-rendering all blocks looks inefficient, I cannot find any setting that disables this ‘hide title’ feature. I disabled all settings and the issue still happens.
The FacetWP issue could be prevented by adding an exception in L113:
|| isset( $parsed_block['attrs']['enableFacetWP'] )
But there are no hooks to add this, or a hook to disable this whole feature.
Could you add a way to disable this feature, or to add exceptions in this code?
- You must be logged in to reply to this topic.