Skip to content

Commit 60af5a4

Browse files
chore: phpcs
1 parent 0196148 commit 60af5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/layouts/feedzy-tutorial.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
</ul>
131131
<?php if ( ! $is_pro ) : ?>
132132
<div class="cta">
133-
<a href="<?php echo tsdk_translate_link( tsdk_utmify( FEEDZY_UPSELL_LINK, 'viewall', 'tutorial' ) ); ?>#pro-features" class="btn btn-ghost" target="blank">
133+
<a href="<?php echo esc_url_raw( tsdk_translate_link( tsdk_utmify( FEEDZY_UPSELL_LINK, 'viewall', 'tutorial' ) ) ); ?>#pro-features" class="btn btn-ghost" target="blank">
134134
<?php esc_html_e( 'View all Premium features', 'feedzy-rss-feeds' ); ?>
135135
</a>
136136
</div>

0 commit comments

Comments
 (0)