summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/class.jetpack-options.php')
-rw-r--r--plugins/jetpack/class.jetpack-options.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/jetpack/class.jetpack-options.php b/plugins/jetpack/class.jetpack-options.php
index a9f0e939..c8199b2e 100644
--- a/plugins/jetpack/class.jetpack-options.php
+++ b/plugins/jetpack/class.jetpack-options.php
@@ -56,6 +56,7 @@ class Jetpack_Options {
'tos_agreed', // (bool) Whether or not the TOS for connection has been agreed upon.
'static_asset_cdn_files', // (array) An nested array of files that we can swap out for cdn versions.
'mapbox_api_key', // (string) Mapbox API Key, for use with Map block.
+ 'mailchimp', // (string) Mailchimp keyring data, for mailchimp block.
);
case 'private' :
@@ -92,6 +93,8 @@ class Jetpack_Options {
'custom_css_4.7_migration', // (bool) Whether Custom CSS has scanned for and migrated any legacy CSS CPT entries to the new Core format.
'image_widget_migration', // (bool) Whether any legacy Image Widgets have been converted to the new Core widget
'gallery_widget_migration', // (bool) Whether any legacy Gallery Widgets have been converted to the new Core widget
+ 'sso_first_login', // (bool) Is this the first time the user logins via SSO.
+ 'dismissed_hints', // (array) Part of Plugin Search Hints. List of cards that have been dismissed.
);
}