wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
_block_bindings_pattern_overrides_get_value is private and should not be used in themes or plugins directly.
_block_bindings_pattern_overrides_get_value › WordPress Function
Seit6.5.0
Veraltetn/v
› _block_bindings_pattern_overrides_get_value ( $source_args, $block_instance, $attribute_name )
Zugriff: |
|
Parameter: (3) |
|
Gibt zurück: |
|
Definiert in: | |
Codex: |
Gets value for the Pattern Overrides source.
Quellcode
function _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 ); }