Answer the question
In order to leave comments, you need to log in
How to remove variable wrapping tag in woocommerce?
There is a piece of code:
<?php foreach ( $product_attributes as $product_attribute_key => $product_attribute ) : ?>
<span class="wp-attributes wp-attributes--<?php echo esc_attr( $product_attribute_key ); ?>">
<span class="attribute-label"><?php echo wp_kses_post( $product_attribute['label'] ); ?></span>
<span class="attribute-value"><?php echo wp_kses_post( $product_attribute['value'] ); ?></span>
</span>
<?php endforeach; ?>
<span class="wp-attributes wp-attributes--attribute_pa_1">
<span class="attribute-label">Ключ</span>
<span class="attribute-value"><p><a href="https://site.ru" rel="tag">Значение</a></p></span>
</span>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question