-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Support
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?
Details
- Support Author: rembem
- Support Link: https://wordpress.org/support/topic/re-render-of-block-in-function-hide-title-php-breaks-facetwp/
- Latest Activity: 9 minutes ago
- Spinup Sandbox Site: https://tastewp.com/new/?pre-installed-plugin-slug=block-options
Note: This support issue is created automatically via GitHub action.