wp-includes/block-bindings/pattern-overrides.php:36Registers Pattern Overrides source in the Block Bindings registry.
function _register_block_bindings_pattern_overrides_source() { register_block_bindings_source( 'core/pattern-overrides', array( 'label' => _x( 'Pattern Overrides', 'block bindings source' ), 'get_value_callback' => '_block_bindings_pattern_overrides_get_value', 'uses_context' => array( 'pattern/overrides' ), ) );}Introduced in 6.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-includes/block-bindings/pattern-overrides.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.