Skip to content

Commit

Permalink
Merge pull request #4 from omnisend/remove-webserver
Browse files Browse the repository at this point in the history
Remove "webserver" when connecting store
  • Loading branch information
nerijuszaniauskas authored Jan 8, 2024
2 parents cd92759 + 361117f commit 3f2c222
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion omnisend/module/class-omnisend-core-connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ private static function connect_store( $api_key ): bool {
'website' => site_url(),
'platform' => 'api',
'version' => OMNISEND_CORE_PLUGIN_VERSION,
'webserver' => 'Wordpress: Omnisend Core Plugin',
'phpVersion' => phpversion(),
'platformVersion' => get_bloginfo( 'version' ),
);
Expand Down

0 comments on commit 3f2c222

Please sign in to comment.