wp-includes/block-bindings/pattern-overrides.php:22Gets value for the Pattern Overrides source.
$source_argsarray$block_instanceWP_Block$attribute_namestringmixedfunction _block_bindings_pattern_overrides_get_value( array $source_args, $block_instance, string $attribute_name ) { if ( empty( $block_instance->attributes['metadata']['name'] ) ) { return null; } $metadata_name = $block_instance->attributes['metadata']['name']; return _wp_array_get( $block_instance->context, array( 'pattern/overrides', $metadata_name, $attribute_name ), null );}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.