hook = 'woocommerce_before_checkout_billing_form'; $this->acf_slug = 'wc-before-billing-form'; $this->name = 'Before billing form'; $this->form_id = 'acf_before_billing_form'; parent::__construct(); } } ACF_Woo_Before_Billing_Form_Location::get_instance();