We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01d999 commit d479813Copy full SHA for d479813
includes/deprecated/deprecated-functions.php
@@ -70,7 +70,7 @@ function mailchimp_sf_merge_validate_address( $opt_val, $data ) {
70
*/
71
function mailchimp_sf_where_am_i() {
72
_deprecated_function( __FUNCTION__, '1.6.2', 'Mailchimp_Location_Detector::init' );
73
- $plugin_root_path = dirname( dirname( __DIR__ ) ) . '/mailchimp.php';
+ $plugin_root_path = dirname( dirname( __DIR__ ) ) . '/mailchimp.php';
74
$mailchimp_location_detector = new Mailchimp_Location_Detector( $plugin_root_path );
75
$mailchimp_location_detector->init();
76
}
0 commit comments