ביטול חיוב מדינה

    0

    0

    Doron Plated Aquascape

    This code removes any required fields from a cart order.

    function savvy_not_required_fields( $f ) {
    
      unset( $f['billing']['billing_last_name']['required'] ); // that's it
      unset( $f['billing']['billing_phone']['required'] );
    
      // the same way you can make any field required, example:
      // $f['billing']['billing_company']['required'] = true;
    
      return $f;
    }
    add_filter( 'woocommerce_checkout_fields' , 'savvy_not_required_fields', 9999 );
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.