Stackable
Stackable copied to clipboard
See if we can leverage the new block parser in WP 6.9
There's a new block processor https://make.wordpress.org/core/2025/11/19/introducing-the-streaming-block-parser-in-wordpress-6-9/ that is possibly more performant than doing parse_blocks( $content ). Explore whether we can use this new API instead of parse_blocks