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

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

- Page: https://pluginprobe.com/plugins/ever-compare/1.0.2/code/includes/templates/evercompare-button-add.php
- Raw: https://pluginprobe.com/plugins/ever-compare/1.0.2/raw/includes/templates/evercompare-button-add.php
- Modified: 2021-05-02T09:10:32+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.0.2/code/includes/templates/evercompare-button-add.php#L10-L20`.

```php
<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>
```
