Skip to content

Commit 98e3937

Browse files
committed
update fallback purchase url
1 parent f6e9b31 commit 98e3937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared/class-hub-page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ class="gwp-btn gwp-btn--icon gwp-btn--danger gwp-btn--sm gwp-hub-action"
423423
private static function render_locked_footer( $plugin, $slug ) {
424424
$purchase_url = ! empty( $plugin['purchase_url'] )
425425
? $plugin['purchase_url']
426-
: 'https://gravitywp.com/pricing/?utm_source=hub&utm_medium=admin&utm_campaign=upgrade&utm_content=' . rawurlencode( $slug );
426+
: 'https://gravitywp.com/add-ons/?utm_source=hub&utm_medium=admin&utm_campaign=upgrade&utm_content=' . rawurlencode( $slug );
427427
$is_free = ! empty( $plugin['is_free'] );
428428

429429
ob_start();

0 commit comments

Comments
 (0)