Skip to content

Commit

Permalink
remove old hook
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills committed Sep 19, 2023
1 parent 5e095cd commit dc4c69b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions classes/Integration/Autofill_Brazilian_Addresses.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,7 @@ public function results_title_address ( $address_string, $data ) {
$address['city'],
$address['state']
];
$address_string = '<strong>' . apply_filters(
'wc_shipping_simulator_integration_correios_results_address',
implode( ', ', array_filter( $parts ) ),
$address
) . '</strong>';
$address_string = '<strong>' . implode( ', ', array_filter( $parts ) ) . '</strong>';
}
return $address_string;
}
Expand Down

0 comments on commit dc4c69b

Please sign in to comment.