x3p0-dev / x3p0-ideas

A new WordPress theme.
GNU General Public License v3.0
43 stars 4 forks source link

[Pattern] Gutenberg 18.1 breaks filters on block render #12

Closed justintadlock closed 1 month ago

justintadlock commented 1 month ago

A change to how patterns are resolved on the front end bypasses the expected render_block and render_block_core/pattern filter hooks, not executing them for the Pattern block:

This has been reported here:

This breaks applications of the block rules system when used on the Pattern block. For current uses in the theme, this applies to the featured pattern used in the Home template.