File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments