Skip to content

Commit 5a32aa2

Browse files
update
1 parent 35f37ec commit 5a32aa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

class-plugin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -732,10 +732,10 @@ public function print_templates() {
732732
<?php echo esc_html__( 'Go Premium', 'animation-addons-for-elementor' ); ?>
733733
</a>
734734
<?php }elseif(in_array( $plugin_slug, $active_plugins )){ ?>
735-
<button class="library--action pro">
735+
<a href="https://animation-addons.com" class="library--action pro" target="_blank">
736736
<i class="eicon-external-link-square"></i>
737-
<?php echo esc_html__( 'Pro', 'animation-addons-for-elementor' ); ?>
738-
</button>
737+
<?php echo esc_html__( 'Pro', 'animation-addons-for-elementor' ); ?>
738+
</a>
739739
<?php }elseif(array_key_exists( $plugin_slug, $all_plugins )){ ?>
740740
<button class="library--action pro aaeplugin-activate">
741741
<i class="eicon-external-link-square"></i>

0 commit comments

Comments
 (0)