rebase code on oct-10-2023
This commit is contained in:
@@ -6,7 +6,6 @@ use WPMailSMTP\Admin\DomainChecker;
|
||||
use WPMailSMTP\Admin\SetupWizard;
|
||||
use WPMailSMTP\Conflicts;
|
||||
use WPMailSMTP\Debug;
|
||||
use WPMailSMTP\Helpers\Helpers;
|
||||
use WPMailSMTP\Options;
|
||||
use WPMailSMTP\WP;
|
||||
|
||||
@@ -92,7 +91,7 @@ class UsageTracking {
|
||||
*/
|
||||
public function get_user_agent() {
|
||||
|
||||
return Helpers::get_default_user_agent();
|
||||
return 'WPMailSMTP/' . WPMS_PLUGIN_VER . '; ' . get_bloginfo( 'url' );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user