Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellGarceau committed Feb 1, 2025
1 parent 305ac72 commit ed22e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/deprecated/deprecated-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function mailchimp_sf_merge_validate_address( $opt_val, $data ) {
*/
function mailchimp_sf_where_am_i() {
_deprecated_function( __FUNCTION__, '1.6.2', 'Mailchimp_Location_Detector::init' );
$plugin_root_path = dirname( dirname( __DIR__ ) ) . '/mailchimp.php';
$plugin_root_path = dirname( dirname( __DIR__ ) ) . '/mailchimp.php';
$mailchimp_location_detector = new Mailchimp_Location_Detector( $plugin_root_path );
$mailchimp_location_detector->init();
}

0 comments on commit ed22e15

Please sign in to comment.