We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae75b8 commit f3ec5b4Copy full SHA for f3ec5b4
2 files changed
includes/managers/class-fs-contact-form-manager.php
@@ -77,7 +77,7 @@ public function get_standalone_link( Freemius $fs ) {
77
$query_params = $this->get_query_params( $fs );
78
79
$query_params['is_standalone'] = 'true';
80
- $query_params['parent_url'] = admin_url( add_query_arg( null, null ) );
+ $query_params['parent_url'] = admin_url( add_query_arg( '', '' ) );
81
82
return WP_FS__ADDRESS . '/contact/?' . http_build_query( $query_params );
83
}
start.php
@@ -15,7 +15,7 @@
15
*
16
* @var string
17
*/
18
- $this_sdk_version = '2.13.0.1';
+ $this_sdk_version = '2.13.0.2';
19
20
#region SDK Selection Logic --------------------------------------------------------------------
21
0 commit comments