Showing all 5 results

  • /** * @snippet Remove the Postcode Field on the WooCommerce Checkout */ add_filter( 'woocommerce_checkout_fields' , 'bbloomer_remove_billing_postcode_checkout' ); function bbloomer_remove_billing_postcode_checkout( $fields ) { unset($fields['billing']['billing_postcode']); return $fields; }
  • /** * @snippet Remove the Postcode Field on the WooCommerce Checkout */ add_filter( 'woocommerce_checkout_fields' , 'bbloomer_remove_billing_postcode_checkout' ); function bbloomer_remove_billing_postcode_checkout( $fields ) { unset($fields['billing']['billing_postcode']); return $fields; }
  • /** * @snippet Remove the Postcode Field on the WooCommerce Checkout */ add_filter( 'woocommerce_checkout_fields' , 'bbloomer_remove_billing_postcode_checkout' ); function bbloomer_remove_billing_postcode_checkout( $fields ) { unset($fields['billing']['billing_postcode']); return $fields; }
  • /** * @snippet Remove the Postcode Field on the WooCommerce Checkout */ add_filter( 'woocommerce_checkout_fields' , 'bbloomer_remove_billing_postcode_checkout' ); function bbloomer_remove_billing_postcode_checkout( $fields ) { unset($fields['billing']['billing_postcode']); return $fields; }
  • /** * @snippet Remove the Postcode Field on the WooCommerce Checkout */ add_filter( 'woocommerce_checkout_fields' , 'bbloomer_remove_billing_postcode_checkout' ); function bbloomer_remove_billing_postcode_checkout( $fields ) { unset($fields['billing']['billing_postcode']); return $fields; }