# ever-compare/1.3.1/includes/templates/evercompare-button-add.php

Ever Compare – Products Compare Plugin for WooCommerce, version 1.3.1. 1 lines.

- Page: https://pluginprobe.com/plugins/ever-compare/1.3.1/code/includes/templates/evercompare-button-add.php
- Raw: https://pluginprobe.com/plugins/ever-compare/1.3.1/raw/includes/templates/evercompare-button-add.php
- Modified: 2024-06-26T10:50:16+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/ever-compare/1.3.1/code/includes/templates/evercompare-button-add.php#L10-L20`.

```php
<span class="htcompare-button-area"><a href="<?php echo esc_url( $button_url ); ?>" class="<?php echo esc_attr($button_class); ?>" data-text="<?php echo esc_attr( $button_text ); ?>" data-added-text="<?php echo esc_attr( $button_added_text); ?>" data-product_id="<?php echo esc_attr( $product_id ); ?>" data-product_title="<?php echo esc_attr( $product_title ); ?>" ><?php echo wp_kses($button_text, get_allowed_tags_for_svg()); ?></a></span>
```
