Completed
Push — try/namespacing-all-the-things ( 457764 )
by
unknown
08:24
created

Jetpack_Options::update_option()   A

Complexity

Conditions 5
Paths 5

Size

Total Lines 29

Duplication

Lines 8
Ratio 27.59 %

Importance

Changes 0
Metric Value
cc 5
nc 5
nop 3
dl 8
loc 29
rs 9.1448
c 0
b 0
f 0
1
<?php
2
namespace Automattic\Jetpack;
3
4
class Jetpack_Options {
5
6
	/**
7
	 * An array that maps a grouped option type to an option name.
8
	 *
9
	 * @var array
10
	 */
11
	private static $grouped_options = array(
12
		'compact' => 'jetpack_options',
13
		'private' => 'jetpack_private_options',
14
	);
15
16
	/**
17
	 * Returns an array of option names for a given type.
18
	 *
19
	 * @param string $type The type of option to return. Defaults to 'compact'.
20
	 *
21
	 * @return array
22
	 */
23
	public static function get_option_names( $type = 'compact' ) {
24
		switch ( $type ) {
25
			case 'non-compact':
26
			case 'non_compact':
27
				return array(
28
					'activated',
29
					'active_modules',
30
					'allowed_xsite_search_ids', // (array) Array of WP.com blog ids that are allowed to search the content of this site
31
					'available_modules',
32
					'do_activate',
33
					'edit_links_calypso_redirect', // (bool) Whether post/page edit links on front end should point to Calypso.
34
					'log',
35
					'slideshow_background_color',
36
					'widget_twitter',
37
					'wpcc_options',
38
					'relatedposts',
39
					'file_data',
40
					'autoupdate_plugins',          // (array)  An array of plugin ids ( eg. jetpack/jetpack ) that should be autoupdated
41
					'autoupdate_plugins_translations', // (array)  An array of plugin ids ( eg. jetpack/jetpack ) that should be autoupdated translation files.
42
					'autoupdate_themes',           // (array)  An array of theme ids ( eg. twentyfourteen ) that should be autoupdated
43
					'autoupdate_themes_translations', // (array)  An array of theme ids ( eg. twentyfourteen ) that should autoupdated translation files.
44
					'autoupdate_core',             // (bool)   Whether or not to autoupdate core
45
					'autoupdate_translations',     // (bool)   Whether or not to autoupdate all translations
46
					'json_api_full_management',    // (bool)   Allow full management (eg. Activate, Upgrade plugins) of the site via the JSON API.
47
					'sync_non_public_post_stati',  // (bool)   Allow synchronisation of posts and pages with non-public status.
48
					'site_icon_url',               // (string) url to the full site icon
49
					'site_icon_id',                // (int)    Attachment id of the site icon file
50
					'dismissed_manage_banner',     // (bool) Dismiss Jetpack manage banner allows the user to dismiss the banner permanently
51
					'restapi_stats_cache',         // (array) Stats Cache data.
52
					'unique_connection',           // (array)  A flag to determine a unique connection to wordpress.com two values "connected" and "disconnected" with values for how many times each has occured
53
					'protect_whitelist',           // (array) IP Address for the Protect module to ignore
54
					'sync_error_idc',              // (bool|array) false or array containing the site's home and siteurl at time of IDC error
55
					'safe_mode_confirmed',         // (bool) True if someone confirms that this site was correctly put into safe mode automatically after an identity crisis is discovered.
56
					'migrate_for_idc',             // (bool) True if someone confirms that this site should migrate stats and subscribers from its previous URL
57
					'dismissed_connection_banner', // (bool) True if the connection banner has been dismissed
58
					'ab_connect_banner_green_bar', // (int) Version displayed of the A/B test for the green bar at the top of the connect banner.
59
					'onboarding',                  // (string) Auth token to be used in the onboarding connection flow
60
					'tos_agreed',                  // (bool)   Whether or not the TOS for connection has been agreed upon.
61
					'static_asset_cdn_files',      // (array) An nested array of files that we can swap out for cdn versions.
62
					'mapbox_api_key',              // (string) Mapbox API Key, for use with Map block.
63
					'mailchimp',                   // (string) Mailchimp keyring data, for mailchimp block.
64
				);
65
66
			case 'private':
67
				return array(
68
					'blog_token',  // (string) The Client Secret/Blog Token of this site.
69
					'user_token',  // (string) The User Token of this site. (deprecated)
70
					'user_tokens',  // (array)  User Tokens for each user of this site who has connected to jetpack.wordpress.com.
71
				);
72
73
			case 'network':
74
				return array(
75
					'onboarding',                   // (string) Auth token to be used in the onboarding connection flow
76
					'file_data',                     // (array) List of absolute paths to all Jetpack modules
77
				);
78
		}
79
80
		return array(
81
			'id',                           // (int)    The Client ID/WP.com Blog ID of this site.
82
			'publicize_connections',        // (array)  An array of Publicize connections from WordPress.com
83
			'master_user',                  // (int)    The local User ID of the user who connected this site to jetpack.wordpress.com.
84
			'version',                      // (string) Used during upgrade procedure to auto-activate new modules. version:time
85
			'old_version',                  // (string) Used to determine which modules are the most recently added. previous_version:time
86
			'fallback_no_verify_ssl_certs', // (int)    Flag for determining if this host must skip SSL Certificate verification due to misconfigured SSL.
87
			'time_diff',                    // (int)    Offset between Jetpack server's clocks and this server's clocks. Jetpack Server Time = time() + (int) Jetpack_Options::get_option( 'time_diff' )
88
			'public',                       // (int|bool) If we think this site is public or not (1, 0), false if we haven't yet tried to figure it out.
89
			'videopress',                   // (array)  VideoPress options array.
90
			'is_network_site',              // (int|bool) If we think this site is a network or a single blog (1, 0), false if we haven't yet tried to figue it out.
91
			'social_links',                 // (array)  The specified links for each social networking site.
92
			'identity_crisis_whitelist',    // (array)  An array of options, each having an array of the values whitelisted for it.
93
			'gplus_authors',                // (array)  The Google+ authorship information for connected users.
94
			'last_heartbeat',               // (int)    The timestamp of the last heartbeat that fired.
95
			'jumpstart',                    // (string) A flag for whether or not to show the Jump Start.  Accepts: new_connection, jumpstart_activated, jumpstart_dismissed.
96
			'hide_jitm',                    // (array)  A list of just in time messages that we should not show because they have been dismissed by the user
97
			'custom_css_4.7_migration',     // (bool)   Whether Custom CSS has scanned for and migrated any legacy CSS CPT entries to the new Core format.
98
			'image_widget_migration',       // (bool)   Whether any legacy Image Widgets have been converted to the new Core widget
99
			'gallery_widget_migration',     // (bool)   Whether any legacy Gallery Widgets have been converted to the new Core widget
100
			'sso_first_login',              // (bool)   Is this the first time the user logins via SSO.
101
			'dismissed_hints',              // (array)  Part of Plugin Search Hints. List of cards that have been dismissed.
102
			'first_admin_view',             // (bool)   Set to true the first time the user views the admin. Usually after the initial connection.
103
		);
104
	}
105
106
	/**
107
	 * Is the option name valid?
108
	 *
109
	 * @param string      $name  The name of the option
110
	 * @param string|null $group The name of the group that the option is in. Default to null, which will search non_compact.
111
	 *
112
	 * @return bool Is the option name valid?
113
	 */
114
	public static function is_valid( $name, $group = null ) {
115
		if ( is_array( $name ) ) {
116
			$compact_names = array();
117
			foreach ( array_keys( self::$grouped_options ) as $_group ) {
118
				$compact_names = array_merge( $compact_names, self::get_option_names( $_group ) );
119
			}
120
121
			$result = array_diff( $name, self::get_option_names( 'non_compact' ), $compact_names );
122
123
			return empty( $result );
124
		}
125
126 View Code Duplication
		if ( is_null( $group ) || 'non_compact' === $group ) {
127
			if ( in_array( $name, self::get_option_names( $group ) ) ) {
128
				return true;
129
			}
130
		}
131
132
		foreach ( array_keys( self::$grouped_options ) as $_group ) {
133 View Code Duplication
			if ( is_null( $group ) || $group === $_group ) {
134
				if ( in_array( $name, self::get_option_names( $_group ) ) ) {
135
					return true;
136
				}
137
			}
138
		}
139
140
		return false;
141
	}
142
143
	/**
144
	 * Checks if an option must be saved for the whole network in WP Multisite
145
	 *
146
	 * @param string $option_name Option name. It must come _without_ `jetpack_%` prefix. The method will prefix the option name.
147
	 *
148
	 * @return bool
149
	 */
150
	public static function is_network_option( $option_name ) {
151
		if ( ! is_multisite() ) {
152
			return false;
153
		}
154
		return in_array( $option_name, self::get_option_names( 'network' ) );
155
	}
156
157
	/**
158
	 * Returns the requested option.  Looks in jetpack_options or jetpack_$name as appropriate.
159
	 *
160
	 * @param string $name Option name. It must come _without_ `jetpack_%` prefix. The method will prefix the option name.
161
	 * @param mixed  $default (optional)
162
	 *
163
	 * @return mixed
164
	 */
165
	public static function get_option( $name, $default = false ) {
166 View Code Duplication
		if ( self::is_valid( $name, 'non_compact' ) ) {
167
			if ( self::is_network_option( $name ) ) {
168
				return get_site_option( "jetpack_$name", $default );
169
			}
170
171
			return get_option( "jetpack_$name", $default );
172
		}
173
174
		foreach ( array_keys( self::$grouped_options ) as $group ) {
175
			if ( self::is_valid( $name, $group ) ) {
176
				return self::get_grouped_option( $group, $name, $default );
177
			}
178
		}
179
180
		trigger_error( sprintf( 'Invalid Jetpack option name: %s', $name ), E_USER_WARNING );
181
182
		return $default;
183
	}
184
185
	/**
186
	 * Returns the requested option, and ensures it's autoloaded in the future.
187
	 * This does _not_ adjust the prefix in any way (does not prefix jetpack_%)
188
	 *
189
	 * @param string $name Option name
190
	 * @param mixed  $default (optional)
191
	 *
192
	 * @return mixed
193
	 */
194
	public static function get_option_and_ensure_autoload( $name, $default ) {
195
		// In this function the name is not adjusted by prefixing jetpack_
196
		// so if it has already prefixed, we'll replace it and then
197
		// check if the option name is a network option or not
198
		$jetpack_name      = preg_replace( '/^jetpack_/', '', $name, 1 );
199
		$is_network_option = self::is_network_option( $jetpack_name );
200
		$value             = $is_network_option ? get_site_option( $name ) : get_option( $name );
201
202
		if ( false === $value && false !== $default ) {
203
			if ( $is_network_option ) {
204
				add_site_option( $name, $default );
205
			} else {
206
				add_option( $name, $default );
207
			}
208
			$value = $default;
209
		}
210
211
		return $value;
212
	}
213
214
	private static function update_grouped_option( $group, $name, $value ) {
215
		$options = get_option( self::$grouped_options[ $group ] );
216
		if ( ! is_array( $options ) ) {
217
			$options = array();
218
		}
219
		$options[ $name ] = $value;
220
221
		return update_option( self::$grouped_options[ $group ], $options );
222
	}
223
224
	/**
225
	 * Updates the single given option.  Updates jetpack_options or jetpack_$name as appropriate.
226
	 *
227
	 * @param string $name Option name. It must come _without_ `jetpack_%` prefix. The method will prefix the option name.
228
	 * @param mixed  $value Option value
229
	 * @param string $autoload If not compact option, allows specifying whether to autoload or not.
0 ignored issues
show
Documentation introduced by
Should the type for parameter $autoload not be string|null?

This check looks for @param annotations where the type inferred by our type inference engine differs from the declared type.

It makes a suggestion as to what type it considers more descriptive.

Most often this is a case of a parameter that can be null in addition to its declared types.

Loading history...
230
	 *
231
	 * @return bool Was the option successfully updated?
232
	 */
233
	public static function update_option( $name, $value, $autoload = null ) {
234
		/**
235
		 * Fires before Jetpack updates a specific option.
236
		 *
237
		 * @since 3.0.0
238
		 *
239
		 * @param str $name The name of the option being updated.
240
		 * @param mixed $value The new value of the option.
241
		 */
242
		do_action( 'pre_update_jetpack_option_' . $name, $name, $value );
243 View Code Duplication
		if ( self::is_valid( $name, 'non_compact' ) ) {
244
			if ( self::is_network_option( $name ) ) {
245
				return update_site_option( "jetpack_$name", $value );
246
			}
247
248
			return update_option( "jetpack_$name", $value, $autoload );
249
250
		}
251
252
		foreach ( array_keys( self::$grouped_options ) as $group ) {
253
			if ( self::is_valid( $name, $group ) ) {
254
				return self::update_grouped_option( $group, $name, $value );
255
			}
256
		}
257
258
		trigger_error( sprintf( 'Invalid Jetpack option name: %s', $name ), E_USER_WARNING );
259
260
		return false;
261
	}
262
263
	/**
264
	 * Updates the multiple given options.  Updates jetpack_options and/or jetpack_$name as appropriate.
265
	 *
266
	 * @param array $array array( option name => option value, ... )
267
	 */
268
	public static function update_options( $array ) {
269
		$names = array_keys( $array );
270
271
		foreach ( array_diff( $names, self::get_option_names(), self::get_option_names( 'non_compact' ), self::get_option_names( 'private' ) ) as $unknown_name ) {
272
			trigger_error( sprintf( 'Invalid Jetpack option name: %s', $unknown_name ), E_USER_WARNING );
273
			unset( $array[ $unknown_name ] );
274
		}
275
276
		foreach ( $names as $name ) {
277
			self::update_option( $name, $array[ $name ] );
278
		}
279
	}
280
281
	/**
282
	 * Deletes the given option.  May be passed multiple option names as an array.
283
	 * Updates jetpack_options and/or deletes jetpack_$name as appropriate.
284
	 *
285
	 * @param string|array $names Option names. They must come _without_ `jetpack_%` prefix. The method will prefix the option names.
286
	 *
287
	 * @return bool Was the option successfully deleted?
288
	 */
289
	public static function delete_option( $names ) {
290
		$result = true;
291
		$names  = (array) $names;
292
293
		if ( ! self::is_valid( $names ) ) {
0 ignored issues
show
Documentation introduced by
$names is of type array, but the function expects a string.

It seems like the type of the argument is not accepted by the function/method which you are calling.

In some cases, in particular if PHP’s automatic type-juggling kicks in this might be fine. In other cases, however this might be a bug.

We suggest to add an explicit type cast like in the following example:

function acceptsInteger($int) { }

$x = '123'; // string "123"

// Instead of
acceptsInteger($x);

// we recommend to use
acceptsInteger((integer) $x);
Loading history...
294
			trigger_error( sprintf( 'Invalid Jetpack option names: %s', print_r( $names, 1 ) ), E_USER_WARNING );
295
			return false;
296
		}
297
298
		foreach ( array_intersect( $names, self::get_option_names( 'non_compact' ) ) as $name ) {
299
			if ( self::is_network_option( $name ) ) {
300
				$result = delete_site_option( "jetpack_$name" );
301
			} else {
302
				$result = delete_option( "jetpack_$name" );
303
			}
304
		}
305
306
		foreach ( array_keys( self::$grouped_options ) as $group ) {
307
			if ( ! self::delete_grouped_option( $group, $names ) ) {
308
				$result = false;
309
			}
310
		}
311
312
		return $result;
313
	}
314
315
	private static function get_grouped_option( $group, $name, $default ) {
316
		$options = get_option( self::$grouped_options[ $group ] );
317
		if ( is_array( $options ) && isset( $options[ $name ] ) ) {
318
			return $options[ $name ];
319
		}
320
321
		return $default;
322
	}
323
324
	private static function delete_grouped_option( $group, $names ) {
325
		$options = get_option( self::$grouped_options[ $group ], array() );
326
327
		$to_delete = array_intersect( $names, self::get_option_names( $group ), array_keys( $options ) );
328
		if ( $to_delete ) {
0 ignored issues
show
Bug Best Practice introduced by
The expression $to_delete of type array is implicitly converted to a boolean; are you sure this is intended? If so, consider using ! empty($expr) instead to make it clear that you intend to check for an array without elements.

This check marks implicit conversions of arrays to boolean values in a comparison. While in PHP an empty array is considered to be equal (but not identical) to false, this is not always apparent.

Consider making the comparison explicit by using empty(..) or ! empty(...) instead.

Loading history...
329
			foreach ( $to_delete as $name ) {
330
				unset( $options[ $name ] );
331
			}
332
333
			return update_option( self::$grouped_options[ $group ], $options );
334
		}
335
336
		return true;
337
	}
338
339
	// Raw option methods allow Jetpack to get / update / delete options via direct DB queries, including options
340
	// that are not created by the Jetpack plugin. This is helpful only in rare cases when we need to bypass
341
	// cache and filters.
342
343
	/**
344
	 * Deletes an option via $wpdb query.
345
	 *
346
	 * @param string $name Option name.
347
	 *
348
	 * @return bool Is the option deleted?
349
	 */
350
	static function delete_raw_option( $name ) {
351
		if ( self::bypass_raw_option( $name ) ) {
352
			return delete_option( $name );
353
		}
354
		global $wpdb;
355
		$result = $wpdb->query( $wpdb->prepare( "DELETE FROM $wpdb->options WHERE option_name = %s", $name ) );
356
		return $result;
357
	}
358
359
	/**
360
	 * Updates an option via $wpdb query.
361
	 *
362
	 * @param string $name Option name.
363
	 * @param mixed  $value Option value.
364
	 * @param bool   $autoload Specifying whether to autoload or not.
365
	 *
366
	 * @return bool Is the option updated?
367
	 */
368
	static function update_raw_option( $name, $value, $autoload = false ) {
369
		if ( self::bypass_raw_option( $name ) ) {
370
			return update_option( $name, $value, $autoload );
371
		}
372
		global $wpdb;
373
		$autoload_value = $autoload ? 'yes' : 'no';
374
375
		$old_value = $wpdb->get_var(
376
			$wpdb->prepare(
377
				"SELECT option_value FROM $wpdb->options WHERE option_name = %s LIMIT 1",
378
				$name
379
			)
380
		);
381
		if ( $old_value === $value ) {
382
			return false;
383
		}
384
385
		$serialized_value = maybe_serialize( $value );
386
		// below we used "insert ignore" to at least suppress the resulting error
387
		$updated_num = $wpdb->query(
388
			$wpdb->prepare(
389
				"UPDATE $wpdb->options SET option_value = %s WHERE option_name = %s",
390
				$serialized_value,
391
				$name
392
			)
393
		);
394
395
		// Try inserting the option if the value doesn't exits.
396
		if ( ! $updated_num ) {
397
			$updated_num = $wpdb->query(
398
				$wpdb->prepare(
399
					"INSERT IGNORE INTO $wpdb->options ( option_name, option_value, autoload ) VALUES ( %s, %s, '$autoload_value' )",
400
					$name,
401
					$serialized_value
402
				)
403
			);
404
		}
405
		return (bool) $updated_num;
406
	}
407
408
	/**
409
	 * Gets an option via $wpdb query.
410
	 *
411
	 * @since 5.4.0
412
	 *
413
	 * @param string $name Option name.
414
	 * @param mixed  $default Default option value if option is not found.
415
	 *
416
	 * @return mixed Option value, or null if option is not found and default is not specified.
417
	 */
418
	static function get_raw_option( $name, $default = null ) {
419
		if ( self::bypass_raw_option( $name ) ) {
420
			return get_option( $name, $default );
421
		}
422
423
		global $wpdb;
424
		$value = $wpdb->get_var(
425
			$wpdb->prepare(
426
				"SELECT option_value FROM $wpdb->options WHERE option_name = %s LIMIT 1",
427
				$name
428
			)
429
		);
430
		$value = maybe_unserialize( $value );
431
432
		if ( $value === null && $default !== null ) {
433
			return $default;
434
		}
435
436
		return $value;
437
	}
438
439
	/**
440
	 * This function checks for a constant that, if present, will disable direct DB queries Jetpack uses to manage certain options and force Jetpack to always use Options API instead.
441
	 * Options can be selectively managed via a blacklist by filtering option names via the jetpack_disabled_raw_option filter.
442
	 *
443
	 * @param $name Option name
444
	 *
445
	 * @return bool
446
	 */
447
	static function bypass_raw_option( $name ) {
448
449
		if ( Constants::get_constant( 'JETPACK_DISABLE_RAW_OPTIONS' ) ) {
450
			return true;
451
		}
452
		/**
453
		 * Allows to disable particular raw options.
454
		 *
455
		 * @since 5.5.0
456
		 *
457
		 * @param array $disabled_raw_options An array of option names that you can selectively blacklist from being managed via direct database queries.
458
		 */
459
		$disabled_raw_options = apply_filters( 'jetpack_disabled_raw_options', array() );
460
		return isset( $disabled_raw_options[ $name ] );
461
	}
462
463
	/**
464
	 * Gets all known options that are used by Jetpack and managed by Jetpack_Options.
465
	 *
466
	 * @since 5.4.0
467
	 *
468
	 * @param boolean $strip_unsafe_options If true, and by default, will strip out options necessary for the connection to WordPress.com.
469
	 * @return array An array of all options managed via the Jetpack_Options class.
470
	 */
471
	static function get_all_jetpack_options( $strip_unsafe_options = true ) {
472
		$jetpack_options            = self::get_option_names();
473
		$jetpack_options_non_compat = self::get_option_names( 'non_compact' );
474
		$jetpack_options_private    = self::get_option_names( 'private' );
475
476
		$all_jp_options = array_merge( $jetpack_options, $jetpack_options_non_compat, $jetpack_options_private );
477
478
		if ( $strip_unsafe_options ) {
479
			// Flag some Jetpack options as unsafe
480
			$unsafe_options = array(
481
				'id',                           // (int)    The Client ID/WP.com Blog ID of this site.
482
				'master_user',                  // (int)    The local User ID of the user who connected this site to jetpack.wordpress.com.
483
				'version',                      // (string) Used during upgrade procedure to auto-activate new modules. version:time
484
				'jumpstart',                    // (string) A flag for whether or not to show the Jump Start.  Accepts: new_connection, jumpstart_activated, jumpstart_dismissed.
485
486
				// non_compact
487
				'activated',
488
489
				// private
490
				'register',
491
				'blog_token',                  // (string) The Client Secret/Blog Token of this site.
492
				'user_token',                  // (string) The User Token of this site. (deprecated)
493
				'user_tokens',
494
			);
495
496
			// Remove the unsafe Jetpack options
497
			foreach ( $unsafe_options as $unsafe_option ) {
498
				if ( false !== ( $key = array_search( $unsafe_option, $all_jp_options ) ) ) {
499
					unset( $all_jp_options[ $key ] );
500
				}
501
			}
502
		}
503
504
		return $all_jp_options;
505
	}
506
507
	/**
508
	 * Get all options that are not managed by the Jetpack_Options class that are used by Jetpack.
509
	 *
510
	 * @since 5.4.0
511
	 *
512
	 * @return array
513
	 */
514
	static function get_all_wp_options() {
515
		// A manual build of the wp options
516
		return array(
517
			'sharing-options',
518
			'disabled_likes',
519
			'disabled_reblogs',
520
			'jetpack_comments_likes_enabled',
521
			'wp_mobile_excerpt',
522
			'wp_mobile_featured_images',
523
			'wp_mobile_app_promos',
524
			'stats_options',
525
			'stats_dashboard_widget',
526
			'safecss_preview_rev',
527
			'safecss_rev',
528
			'safecss_revision_migrated',
529
			'nova_menu_order',
530
			'jetpack_portfolio',
531
			'jetpack_portfolio_posts_per_page',
532
			'jetpack_testimonial',
533
			'jetpack_testimonial_posts_per_page',
534
			'wp_mobile_custom_css',
535
			'sharedaddy_disable_resources',
536
			'sharing-options',
537
			'sharing-services',
538
			'site_icon_temp_data',
539
			'featured-content',
540
			'site_logo',
541
			'jetpack_dismissed_notices',
542
			'jetpack-twitter-cards-site-tag',
543
			'jetpack-sitemap-state',
544
			'jetpack_sitemap_post_types',
545
			'jetpack_sitemap_location',
546
			'jetpack_protect_key',
547
			'jetpack_protect_blocked_attempts',
548
			'jetpack_protect_activating',
549
			'jetpack_connection_banner_ab',
550
			'jetpack_active_plan',
551
			'jetpack_activation_source',
552
			'jetpack_sso_match_by_email',
553
			'jetpack_sso_require_two_step',
554
			'jetpack_sso_remove_login_form',
555
			'jetpack_last_connect_url_check',
556
			'jpo_business_address',
557
			'jpo_site_type',
558
			'jpo_homepage_format',
559
			'jpo_contact_page',
560
			'jetpack_excluded_extensions',
561
		);
562
	}
563
564
	/**
565
	 * Gets all options that can be safely reset by CLI.
566
	 *
567
	 * @since 5.4.0
568
	 *
569
	 * @return array array Associative array containing jp_options which are managed by the Jetpack_Options class and wp_options which are not.
570
	 */
571
	static function get_options_for_reset() {
572
		$all_jp_options = self::get_all_jetpack_options();
573
574
		$wp_options = self::get_all_wp_options();
575
576
		$options = array(
577
			'jp_options' => $all_jp_options,
578
			'wp_options' => $wp_options,
579
		);
580
581
		return $options;
582
	}
583
584
	/**
585
	 * Delete all known options
586
	 *
587
	 * @since 5.4.0
588
	 *
589
	 * @return void
590
	 */
591
	static function delete_all_known_options() {
592
		// Delete all compact options
593
		foreach ( (array) self::$grouped_options as $option_name ) {
594
			delete_option( $option_name );
595
		}
596
597
		// Delete all non-compact Jetpack options
598
		foreach ( (array) self::get_option_names( 'non-compact' ) as $option_name ) {
599
			self::delete_option( $option_name );
600
		}
601
602
		// Delete all options that can be reset via CLI, that aren't Jetpack options
603
		foreach ( (array) self::get_all_wp_options() as $option_name ) {
604
			delete_option( $option_name );
605
		}
606
	}
607
}
608