We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9322f6f + 59647bd commit a73ff88Copy full SHA for a73ff88
README.txt
@@ -64,6 +64,10 @@ Customers
64
65
== Changelog ==
66
67
+= 1.4.1 =
68
+
69
+* Updated - Constant Contact Dashboard button now opens Dashboard in a new tab.
70
71
= 1.4.0 =
72
73
* New - Add Checkbox Filter Location setting
src/View/Admin/WooTab.php
@@ -376,6 +376,7 @@ public function render_cta_button() {
376
?>
377
<a
378
class="button button-primary"
379
+ target="_blank"
380
href="<?php echo esc_url( $url ); ?>"
381
>
382
<?php esc_html_e( 'Constant Contact Dashboard', 'cc-woo' ); ?>
0 commit comments