display(); } } private function display() { $message = Helpers::replaceLinkTags( __('Congrats! You’re progressing well so far. Complete your upgrade thanks to this [link]checklist[/link].', 'mailpoet'), 'https://beta.docs.mailpoet.com/article/199-checklist-after-migrating-to-mailpoet3', array('target' => '_blank') ); $extra_classes = 'mailpoet-dismissible-notice is-dismissible'; $data_notice_name = self::OPTION_NAME; \MailPoet\WP\Notice::displaySuccess($message, $extra_classes, $data_notice_name); return $message; } }