Pattern Overrides in WP 7.0: Support for Custom Blocks
WordPress 7.0 introduces support for Pattern Overrides in any block that supports Block Bindings, finally breaking the “Core-only” limitation. Developers can now opt-in custom blocks using the block_bindings_supported_attributes filter. This shift allows for more flexible content editing while leveraging the HTML API for static blocks or render_callback for dynamic ones.