Browse
For agents
About
Ever Compare – Products Compare Plugin for WooCommerce
/
1.3.3
Ever Compare – Products Compare Plugin for WooCommerce
v1.3.3
Switch version
1.3.7
1.1.7
1.1.8
1.1.9
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
1.2.7
1.2.8
1.2.9
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
trunk
1.0.0
1.0.1
1.0.2
All 31 releases
Overview
Code
ever-compare
/
includes
/
templates
/
evercompare-button-add.php
evercompare-button-add.php
in Ever Compare – Products Compare Plugin for WooCommerce 1.3.3, at includes/templates/evercompare-button-add.php
1 lines
442 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
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
>