Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
arnas committed Apr 17, 2024
1 parent 7e810f3 commit 35be943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnisend/includes/Internal/class-connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class Connection {

public static $Landing_page_URL = 'initial-link';
public static $Landing_page_URL = 'https://app.omnisend.com/registrationv2?utm_source=wordpress_plugin';

public static function display(): void {
if ( ! current_user_can( 'manage_options' ) ) {
Expand Down

0 comments on commit 35be943

Please sign in to comment.