is_tag_closer() ) { return; } $prefixed_attributes = $tags->get_attribute_names_with_prefix( 'data-wp-bind--' ); foreach ( $prefixed_attributes as $attr ) { list( , $bound_attr ) = WP_Directive_Processor::parse_attribute_name( $attr ); if ( empty( $bound_attr ) ) { continue; } $reference = $tags->get_attribute( $attr ); $value = gutenberg_interactivity_evaluate_reference( $reference, $ns, $context->get_context() ); $tags->set_attribute( $bound_attr, $value ); } }