Merge pull request #16529 from woocommerce/fix/16519

Use wc_strtolower() to format coupon code
This commit is contained in:
Mike Jolley 2017-08-18 18:18:32 +01:00 committed by GitHub
commit 65e378b562
1 changed files with 1 additions and 5 deletions

View File

@ -37,11 +37,7 @@ include( WC_ABSPATH . 'includes/wc-webhook-functions.php' );
*/
add_filter( 'woocommerce_coupon_code', 'html_entity_decode' );
add_filter( 'woocommerce_coupon_code', 'sanitize_text_field' );
if ( function_exists( 'mb_strtolower' ) ) {
add_filter( 'woocommerce_coupon_code', 'mb_strtolower' );
} else {
add_filter( 'woocommerce_coupon_code', 'strtolower' );
}
add_filter( 'woocommerce_coupon_code', 'wc_strtolower' );
add_filter( 'woocommerce_stock_amount', 'intval' ); // Stock amounts are integers by default
add_filter( 'woocommerce_shipping_rate_label', 'sanitize_text_field' ); // Shipping rate label