hook = 'woocommerce_before_order_review'; $this->acf_slug = 'wc-before-order-review'; $this->name = 'Before order review'; $this->form_id = 'acf_before_order_review'; parent::__construct(); } } ACF_Woo_Before_Order_Review_Location::get_instance();