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

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

- Page: https://pluginprobe.com/plugins/ever-compare/1.1.7/code/includes/templates/evercompare-button-add.php
- Raw: https://pluginprobe.com/plugins/ever-compare/1.1.7/raw/includes/templates/evercompare-button-add.php
- Modified: 2022-01-24T08:08:28+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.1.7/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 $button_class; ?>" data-added-text="<?php echo esc_attr__( $button_added_text, 'ever-compare'); ?>" data-product_id="<?php echo esc_attr( $product_id ); ?>"><?php echo $button_text; ?></a></span>
```
