Skip to content

Re-render of block in function-hide-title.php breaks FacetWP #548

@github-actions

Description

@github-actions

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

Note: This support issue is created automatically via GitHub action.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions