$note->set_title(__('Choosing a theme?','woocommerce-admin'));
$note->set_content(__('Check out the themes that are compatible with WooCommerce and choose one aligned with your brand and business needs.','woocommerce-admin'));
$note->set_content_data((object)array());
$note->set_type(Note::E_WC_ADMIN_NOTE_MARKETING);
$note->set_name(self::NOTE_NAME);
$note->set_source('woocommerce-admin');
$note->add_action(
'visit-the-theme-marketplace',
__('Visit the theme marketplace','woocommerce-admin'),