How to get all checkout fields?
-
I like to get all available checkout fields, including third party ones:
$fields = WC()->checkout()->checkout_fields;
returns a fatal error:
Fatal error: Call to a member function get_country() on a nonobject in ../wpcontent/plugins/woocommerce/includes/classwc-checkout.php</b> on line 768
Is there an official way to get them?
- The topic ‘How to get all checkout fields?’ is closed to new replies.