$product_attribute ) : ?> get_data( 'wd_product_attributes_include' ) ) || ! empty( Builder_Data::get_instance()->get_data( 'wd_product_attributes_exclude' ) ) ) { $attributes_include = Builder_Data::get_instance()->get_data( 'wd_product_attributes_include' ); $attributes_exclude = Builder_Data::get_instance()->get_data( 'wd_product_attributes_exclude' ); $current_attribute_name = str_replace( 'attribute_pa_', 'pa_', $product_attribute_key ); if ( $attributes_include && ! in_array( $current_attribute_name, $attributes_include, true ) ) { continue; } if ( $attributes_exclude && in_array( $current_attribute_name, $attributes_exclude, true ) ) { continue; } } ?>
'wd-attr-img' ) ); //phpcs:ignore. ?> 'wd-attr-img' ) ); ?>