plugin updates

This commit is contained in:
Tony Volpe
2024-07-16 13:57:46 +00:00
parent 41f50eacc4
commit 8f93917880
1529 changed files with 259452 additions and 25451 deletions

View File

@@ -108,9 +108,6 @@ class WC_Shipping_Flat_Rate extends WC_Shipping_Method {
// Remove whitespace from string.
$sum = preg_replace( '/\s+/', '', $sum );
// Removed thousand separator.
$sum = str_replace( wc_get_price_thousand_separator(), '', $sum );
// Remove locale from string.
$sum = str_replace( $decimals, '.', $sum );