' ) ) { $this->migrate(); } } /** * Does the actual migration as described in the class docblock. */ private function migrate() { // Delete UPE admin notes as UPE is the default now. This is part of the migration and should be removed in the future. require_once WCPAY_ABSPATH . 'includes/notes/class-wc-payments-notes-additional-payment-methods.php'; WC_Payments_Notes_Additional_Payment_Methods::possibly_delete_note(); } }