Completed
Push — add/pwa ( b110c8...66bff8 )
by
unknown
11:41 queued 03:15
created

Jetpack_Options::get_grouped_option()   A

Complexity

Conditions 3
Paths 2

Size

Total Lines 8
Code Lines 5

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 3
eloc 5
nc 2
nop 3
dl 0
loc 8
rs 9.4285
c 0
b 0
f 0
1
<?php
2
3
class Jetpack_Options {
4
5
	/**
6
	 * An array that maps a grouped option type to an option name.
7
	 * @var array
8
	 */
9
	private static $grouped_options = array(
10
		'compact' => 'jetpack_options',
11
		'private' => 'jetpack_private_options'
12
	);
13
14
	/**
15
	 * Returns an array of option names for a given type.
16
	 *
17
	 * @param string $type The type of option to return. Defaults to 'compact'.
18
	 *
19
	 * @return array
20
	 */
21
	public static function get_option_names( $type = 'compact' ) {
22
		switch ( $type ) {
23
		case 'non-compact' :
24
		case 'non_compact' :
25
			return array(
26
				'activated',
27
				'active_modules',
28
				'available_modules',
29
				'do_activate',
30
				'edit_links_calypso_redirect', // (bool) Whether post/page edit links on front end should point to Calypso.
31
				'log',
32
				'slideshow_background_color',
33
				'widget_twitter',
34
				'wpcc_options',
35
				'relatedposts',
36
				'file_data',
37
				'autoupdate_plugins',          // (array)  An array of plugin ids ( eg. jetpack/jetpack ) that should be autoupdated
38
				'autoupdate_plugins_translations', // (array)  An array of plugin ids ( eg. jetpack/jetpack ) that should be autoupdated translation files.
39
				'autoupdate_themes',           // (array)  An array of theme ids ( eg. twentyfourteen ) that should be autoupdated
40
				'autoupdate_themes_translations', // (array)  An array of theme ids ( eg. twentyfourteen ) that should autoupdated translation files.
41
				'autoupdate_core',             // (bool)   Whether or not to autoupdate core
42
				'autoupdate_translations',     // (bool)   Whether or not to autoupdate all translations
43
				'json_api_full_management',    // (bool)   Allow full management (eg. Activate, Upgrade plugins) of the site via the JSON API.
44
				'sync_non_public_post_stati',  // (bool)   Allow synchronisation of posts and pages with non-public status.
45
				'site_icon_url',               // (string) url to the full site icon
46
				'site_icon_id',                // (int)    Attachment id of the site icon file
47
				'dismissed_manage_banner',     // (bool) Dismiss Jetpack manage banner allows the user to dismiss the banner permanently
48
				'restapi_stats_cache',         // (array) Stats Cache data.
49
				'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
50
				'protect_whitelist',           // (array) IP Address for the Protect module to ignore
51
				'sync_error_idc',              // (bool|array) false or array containing the site's home and siteurl at time of IDC error
52
				'safe_mode_confirmed',         // (bool) True if someone confirms that this site was correctly put into safe mode automatically after an identity crisis is discovered.
53
				'migrate_for_idc',             // (bool) True if someone confirms that this site should migrate stats and subscribers from its previous URL
54
				'dismissed_connection_banner', // (bool) True if the connection banner has been dismissed
55
				'onboarding',                  // (string) Auth token to be used in the onboarding connection flow
56
				'pwa_cache_assets',
57
				'pwa_web_push',
58
				'pwa_show_network_status',
59
				'perf_inline_scripts_and_styles',
60
				'perf_inline_on_every_request',
61
				'perf_remove_remote_fonts',
62
			);
63
64
		case 'private' :
65
			return array(
66
				'blog_token',  // (string) The Client Secret/Blog Token of this site.
67
				'user_token',  // (string) The User Token of this site. (deprecated)
68
				'user_tokens'  // (array)  User Tokens for each user of this site who has connected to jetpack.wordpress.com.
69
			);
70
71
		case 'network' :
72
			return array(
73
				'onboarding',                   // (string) Auth token to be used in the onboarding connection flow
74
				'file_data'                     // (array) List of absolute paths to all Jetpack modules
75
			);
76
		}
77
78
		return array(
79
			'id',                           // (int)    The Client ID/WP.com Blog ID of this site.
80
			'publicize_connections',        // (array)  An array of Publicize connections from WordPress.com
81
			'master_user',                  // (int)    The local User ID of the user who connected this site to jetpack.wordpress.com.
82
			'version',                      // (string) Used during upgrade procedure to auto-activate new modules. version:time
83
			'old_version',                  // (string) Used to determine which modules are the most recently added. previous_version:time
84
			'fallback_no_verify_ssl_certs', // (int)    Flag for determining if this host must skip SSL Certificate verification due to misconfigured SSL.
85
			'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' )
86
			'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.
87
			'videopress',                   // (array)  VideoPress options array.
88
			'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.
89
			'social_links',                 // (array)  The specified links for each social networking site.
90
			'identity_crisis_whitelist',    // (array)  An array of options, each having an array of the values whitelisted for it.
91
			'gplus_authors',                // (array)  The Google+ authorship information for connected users.
92
			'last_heartbeat',               // (int)    The timestamp of the last heartbeat that fired.
93
			'jumpstart',                    // (string) A flag for whether or not to show the Jump Start.  Accepts: new_connection, jumpstart_activated, jetpack_action_taken, jumpstart_dismissed.
94
			'hide_jitm',                    // (array)  A list of just in time messages that we should not show because they have been dismissed by the user
95
			'custom_css_4.7_migration',     // (bool)   Whether Custom CSS has scanned for and migrated any legacy CSS CPT entries to the new Core format.
96
			'image_widget_migration',       // (bool)   Whether any legacy Image Widgets have been converted to the new Core widget
97
		);
98
	}
99
100
	/**
101
	 * Is the option name valid?
102
	 *
103
	 * @param string      $name  The name of the option
104
	 * @param string|null $group The name of the group that the option is in. Default to null, which will search non_compact.
105
	 *
106
	 * @return bool Is the option name valid?
107
	 */
108
	public static function is_valid( $name, $group = null ) {
109
		if ( is_array( $name ) ) {
110
			$compact_names = array();
111
			foreach ( array_keys( self::$grouped_options ) as $_group ) {
112
				$compact_names = array_merge( $compact_names, self::get_option_names( $_group ) );
113
			}
114
115
			$result = array_diff( $name, self::get_option_names( 'non_compact' ), $compact_names );
116
117
			return empty( $result );
118
		}
119
120 View Code Duplication
		if ( is_null( $group ) || 'non_compact' === $group ) {
121
			if ( in_array( $name, self::get_option_names( $group ) ) ) {
122
				return true;
123
			}
124
		}
125
126
		foreach ( array_keys( self::$grouped_options ) as $_group ) {
127 View Code Duplication
			if ( is_null( $group ) || $group === $_group ) {
128
				if ( in_array( $name, self::get_option_names( $_group ) ) ) {
129
					return true;
130
				}
131
			}
132
		}
133
134
		return false;
135
	}
136
137
	/**
138
	 * Checks if an option must be saved for the whole network in WP Multisite
139
	 *
140
	 * @param string $option_name Option name. It must come _without_ `jetpack_%` prefix. The method will prefix the option name.
141
	 *
142
	 * @return bool
143
	 */
144
	public static function is_network_option( $option_name ) {
145
		if ( ! is_multisite() ) {
146
			return false;
147
		}
148
		return in_array( $option_name, self::get_option_names( 'network' ) );
149
	}
150
151
	/**
152
	 * Returns the requested option.  Looks in jetpack_options or jetpack_$name as appropriate.
153
	 *
154
	 * @param string $name Option name. It must come _without_ `jetpack_%` prefix. The method will prefix the option name.
155
	 * @param mixed $default (optional)
156
	 *
157
	 * @return mixed
158
	 */
159
	public static function get_option( $name, $default = false ) {
160 View Code Duplication
		if ( self::is_valid( $name, 'non_compact' ) ) {
161
			if ( self::is_network_option( $name ) ) {
162
				return get_site_option( "jetpack_$name", $default );
163
			}
164
165
			return get_option( "jetpack_$name", $default );
166
		}
167
168
		foreach ( array_keys( self::$grouped_options ) as $group ) {
169
			if ( self::is_valid( $name, $group ) ) {
170
				return self::get_grouped_option( $group, $name, $default );
171
			}
172
		}
173
174
		trigger_error( sprintf( 'Invalid Jetpack option name: %s', $name ), E_USER_WARNING );
175
176
		return $default;
177
	}
178
179
	/**
180
	 * Returns the requested option, and ensures it's autoloaded in the future.
181
	 * This does _not_ adjust the prefix in any way (does not prefix jetpack_%)
182
	 *
183
	 * @param string $name Option name
184
	 * @param mixed $default (optional)
185
	 *
186
	 * @return mixed
187
	 */
188
	public static function get_option_and_ensure_autoload( $name, $default ) {
189
		// In this function the name is not adjusted by prefixing jetpack_
190
		// so if it has already prefixed, we'll replace it and then
191
		// check if the option name is a network option or not
192
		$jetpack_name = preg_replace( '/^jetpack_/', '', $name, 1 );
193
		$is_network_option = self::is_network_option( $jetpack_name );
194
		$value = $is_network_option ? get_site_option( $name ) : get_option( $name );
195
196
		if ( false === $value && false !== $default ) {
197
			if ( $is_network_option ) {
198
				update_site_option( $name, $default );
199
			} else {
200
				update_option( $name, $default );
201
			}
202
			$value = $default;
203
		}
204
205
		return $value;
206
	}
207
208
	private static function update_grouped_option( $group, $name, $value ) {
209
		$options = get_option( self::$grouped_options[ $group ] );
210
		if ( ! is_array( $options ) ) {
211
			$options = array();
212
		}
213
		$options[ $name ] = $value;
214
215
		return update_option( self::$grouped_options[ $group ], $options );
216
	}
217
218
	/**
219
	 * Updates the single given option.  Updates jetpack_options or jetpack_$name as appropriate.
220
	 *
221
	 * @param string $name Option name. It must come _without_ `jetpack_%` prefix. The method will prefix the option name.
222
	 * @param mixed $value Option value
223
	 * @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...
224
	 *
225
	 * @return bool Was the option successfully updated?
226
	 */
227
	public static function update_option( $name, $value, $autoload = null ) {
228
		/**
229
		 * Fires before Jetpack updates a specific option.
230
		 *
231
		 * @since 3.0.0
232
		 *
233
		 * @param str $name The name of the option being updated.
234
		 * @param mixed $value The new value of the option.
235
		 */
236
		do_action( 'pre_update_jetpack_option_' . $name, $name, $value );
237 View Code Duplication
		if ( self::is_valid( $name, 'non_compact' ) ) {
238
			if ( self::is_network_option( $name ) ) {
239
				return update_site_option( "jetpack_$name", $value );
240
			}
241
242
			return update_option( "jetpack_$name", $value, $autoload );
243
244
		}
245
246
		foreach ( array_keys( self::$grouped_options ) as $group ) {
247
			if ( self::is_valid( $name, $group ) ) {
248
				return self::update_grouped_option( $group, $name, $value );
249
			}
250
		}
251
252
		trigger_error( sprintf( 'Invalid Jetpack option name: %s', $name ), E_USER_WARNING );
253
254
		return false;
255
	}
256
257
	/**
258
	 * Updates the multiple given options.  Updates jetpack_options and/or jetpack_$name as appropriate.
259
	 *
260
	 * @param array $array array( option name => option value, ... )
261
	 */
262
	public static function update_options( $array ) {
263
		$names = array_keys( $array );
264
265
		foreach ( array_diff( $names, self::get_option_names(), self::get_option_names( 'non_compact' ), self::get_option_names( 'private' ) ) as $unknown_name ) {
266
			trigger_error( sprintf( 'Invalid Jetpack option name: %s', $unknown_name ), E_USER_WARNING );
267
			unset( $array[ $unknown_name ] );
268
		}
269
270
		foreach ( $names as $name ) {
271
			self::update_option( $name, $array[ $name ] );
272
		}
273
	}
274
275
	/**
276
	 * Deletes the given option.  May be passed multiple option names as an array.
277
	 * Updates jetpack_options and/or deletes jetpack_$name as appropriate.
278
	 *
279
	 * @param string|array $names Option names. They must come _without_ `jetpack_%` prefix. The method will prefix the option names.
280
	 *
281
	 * @return bool Was the option successfully deleted?
282
	 */
283
	public static function delete_option( $names ) {
284
		$result = true;
285
		$names  = (array) $names;
286
287
		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...
288
			trigger_error( sprintf( 'Invalid Jetpack option names: %s', print_r( $names, 1 ) ), E_USER_WARNING );
289
			return false;
290
		}
291
292
		foreach ( array_intersect( $names, self::get_option_names( 'non_compact' ) ) as $name ) {
293
			if ( self::is_network_option( $name ) ) {
294
				$result = delete_site_option( "jetpack_$name" );
295
			} else {
296
				$result = delete_option( "jetpack_$name" );
297
			}
298
299
		}
300
301
		foreach ( array_keys( self::$grouped_options ) as $group ) {
302
			if ( ! self::delete_grouped_option( $group, $names ) ) {
303
				$result = false;
304
			}
305
		}
306
307
		return $result;
308
	}
309
310
	private static function get_grouped_option( $group, $name, $default ) {
311
		$options = get_option( self::$grouped_options[ $group ] );
312
		if ( is_array( $options ) && isset( $options[ $name ] ) ) {
313
			return $options[ $name ];
314
		}
315
316
		return $default;
317
	}
318
319
	private static function delete_grouped_option( $group, $names ) {
320
		$options = get_option( self::$grouped_options[ $group ], array() );
321
322
		$to_delete = array_intersect( $names, self::get_option_names( $group ), array_keys( $options ) );
323
		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...
324
			foreach ( $to_delete as $name ) {
325
				unset( $options[ $name ] );
326
			}
327
328
			return update_option( self::$grouped_options[ $group ], $options );
329
		}
330
331
		return true;
332
	}
333
334
	// Raw option methods allow Jetpack to get / update / delete options via direct DB queries, including options
335
	// that are not created by the Jetpack plugin. This is helpful only in rare cases when we need to bypass
336
	// cache and filters.
337
338
	/**
339
	 * Deletes an option via $wpdb query.
340
	 *
341
	 * @param string $name Option name.
342
	 *
343
	 * @return bool Is the option deleted?
344
	 */
345
	static function delete_raw_option( $name ) {
346
		if ( self::bypass_raw_option( $name ) ) {
347
			return delete_option( $name );
348
		}
349
		global $wpdb;
350
		$result = $wpdb->query( $wpdb->prepare( "DELETE FROM $wpdb->options WHERE option_name = %s", $name ) );
351
		return $result;
352
	}
353
354
	/**
355
	 * Updates an option via $wpdb query.
356
	 *
357
	 * @param string $name Option name.
358
	 * @param mixed $value Option value.
359
	 * @param bool $autoload Specifying whether to autoload or not.
360
	 *
361
	 * @return bool Is the option updated?
362
	 */
363
	static function update_raw_option( $name, $value, $autoload = false ) {
364
		if ( self::bypass_raw_option( $name ) ) {
365
			return update_option( $name, $value, $autoload );
366
		}
367
		global $wpdb;
368
		$autoload_value = $autoload ? 'yes' : 'no';
369
370
		$serialized_value = maybe_serialize( $value );
371
		// try updating, if no update then insert
372
		// TODO: try to deal with the fact that unchanged values can return updated_num = 0
0 ignored issues
show
Coding Style Best Practice introduced by
Comments for TODO tasks are often forgotten in the code; it might be better to use a dedicated issue tracker.
Loading history...
373
		// below we used "insert ignore" to at least suppress the resulting error
374
		$updated_num = $wpdb->query(
375
			$wpdb->prepare(
376
				"UPDATE $wpdb->options SET option_value = %s WHERE option_name = %s",
377
				$serialized_value,
378
				$name
379
			)
380
		);
381
382
		if ( ! $updated_num ) {
383
			$updated_num = $wpdb->query(
384
				$wpdb->prepare(
385
					"INSERT IGNORE INTO $wpdb->options ( option_name, option_value, autoload ) VALUES ( %s, %s, '$autoload_value' )",
386
					$name,
387
					$serialized_value
388
				)
389
			);
390
		}
391
		return $updated_num;
392
	}
393
394
	/**
395
	 * Gets an option via $wpdb query.
396
	 *
397
	 * @since 5.4.0
398
	 *
399
	 * @param string $name Option name.
400
	 * @param mixed $default Default option value if option is not found.
401
	 *
402
	 * @return mixed Option value, or null if option is not found and default is not specified.
403
	 */
404
	static function get_raw_option( $name, $default = null ) {
405
		if ( self::bypass_raw_option( $name ) ) {
406
			return get_option( $name, $default );
407
		}
408
409
		global $wpdb;
410
		$value = $wpdb->get_var(
411
			$wpdb->prepare(
412
				"SELECT option_value FROM $wpdb->options WHERE option_name = %s LIMIT 1",
413
				$name
414
			)
415
		);
416
		$value = maybe_unserialize( $value );
417
418
		if ( $value === null && $default !== null ) {
419
			return $default;
420
		}
421
422
		return $value;
423
	}
424
425
	/**
426
	 * 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.
427
	 * Options can be selectively managed via a blacklist by filtering option names via the jetpack_disabled_raw_option filter.
428
	 *
429
	 * @param $name Option name
430
	 *
431
	 * @return bool
432
	 */
433
	static function bypass_raw_option( $name ) {
434
435
		if ( Jetpack_Constants::get_constant( 'JETPACK_DISABLE_RAW_OPTIONS' ) ) {
436
			return true;
437
		}
438
		/**
439
		 * Allows to disable particular raw options.
440
		 * @since 5.5.0
441
		 *
442
		 * @param array $disabled_raw_options An array of option names that you can selectively blacklist from being managed via direct database queries.
443
		 */
444
		$disabled_raw_options = apply_filters( 'jetpack_disabled_raw_options', array() );
445
		return isset( $disabled_raw_options[ $name ] );
446
	}
447
448
	/**
449
	 * Gets all known options that are used by Jetpack and managed by Jetpack_Options.
450
	 *
451
	 * @since 5.4.0
452
	 *
453
	 * @param boolean $strip_unsafe_options If true, and by default, will strip out options necessary for the connection to WordPress.com.
454
	 * @return array An array of all options managed via the Jetpack_Options class.
455
	 */
456
	static function get_all_jetpack_options( $strip_unsafe_options = true ) {
457
		$jetpack_options            = self::get_option_names();
458
		$jetpack_options_non_compat = self::get_option_names( 'non_compact' );
459
		$jetpack_options_private    = self::get_option_names( 'private' );
460
461
		$all_jp_options = array_merge( $jetpack_options, $jetpack_options_non_compat, $jetpack_options_private );
462
463
		if ( $strip_unsafe_options ) {
464
			// Flag some Jetpack options as unsafe
465
			$unsafe_options = array(
466
				'id',                           // (int)    The Client ID/WP.com Blog ID of this site.
467
				'master_user',                  // (int)    The local User ID of the user who connected this site to jetpack.wordpress.com.
468
				'version',                      // (string) Used during upgrade procedure to auto-activate new modules. version:time
469
				'jumpstart',                    // (string) A flag for whether or not to show the Jump Start.  Accepts: new_connection, jumpstart_activated, jetpack_action_taken, jumpstart_dismissed.
470
471
				// non_compact
472
				'activated',
473
474
				// private
475
				'register',
476
				'blog_token',                  // (string) The Client Secret/Blog Token of this site.
477
				'user_token',                  // (string) The User Token of this site. (deprecated)
478
				'user_tokens'
479
			);
480
481
			// Remove the unsafe Jetpack options
482
			foreach ( $unsafe_options as $unsafe_option ) {
483
				if ( false !== ( $key = array_search( $unsafe_option, $all_jp_options ) ) ) {
484
					unset( $all_jp_options[ $key ] );
485
				}
486
			}
487
		}
488
489
		return $all_jp_options;
490
	}
491
492
	/**
493
	 * Get all options that are not managed by the Jetpack_Options class that are used by Jetpack.
494
	 *
495
	 * @since 5.4.0
496
	 *
497
	 * @return array
498
	 */
499
	static function get_all_wp_options() {
500
		// A manual build of the wp options
501
		return array(
502
			'sharing-options',
503
			'disabled_likes',
504
			'disabled_reblogs',
505
			'jetpack_comments_likes_enabled',
506
			'wp_mobile_excerpt',
507
			'wp_mobile_featured_images',
508
			'wp_mobile_app_promos',
509
			'stats_options',
510
			'stats_dashboard_widget',
511
			'safecss_preview_rev',
512
			'safecss_rev',
513
			'safecss_revision_migrated',
514
			'nova_menu_order',
515
			'jetpack_portfolio',
516
			'jetpack_portfolio_posts_per_page',
517
			'jetpack_testimonial',
518
			'jetpack_testimonial_posts_per_page',
519
			'wp_mobile_custom_css',
520
			'sharedaddy_disable_resources',
521
			'sharing-options',
522
			'sharing-services',
523
			'site_icon_temp_data',
524
			'featured-content',
525
			'site_logo',
526
			'jetpack_dismissed_notices',
527
			'jetpack-twitter-cards-site-tag',
528
			'jetpack-sitemap-state',
529
			'jetpack_sitemap_post_types',
530
			'jetpack_sitemap_location',
531
			'jetpack_protect_key',
532
			'jetpack_protect_blocked_attempts',
533
			'jetpack_protect_activating',
534
			'jetpack_connection_banner_ab',
535
			'jetpack_active_plan',
536
			'jetpack_activation_source',
537
			'jetpack_sso_match_by_email',
538
			'jetpack_sso_require_two_step',
539
			'jetpack_sso_remove_login_form',
540
			'jetpack_last_connect_url_check',
541
			'pwa_cache_assets',
542
			'pwa_web_push',
543
			'pwa_show_network_status',
544
			'perf_remove_remote_fonts',
545
			'perf_inline_on_every_request',
546
			'perf_inline_scripts_and_styles',
547
			'perf_async_scripts',
548
			'perf_defer_scripts',
549
			'perf_defer_inline_scripts'
550
		);
551
	}
552
553
	/**
554
	 * Gets all options that can be safely reset by CLI.
555
	 *
556
	 * @since 5.4.0
557
	 *
558
	 * @return array array Associative array containing jp_options which are managed by the Jetpack_Options class and wp_options which are not.
559
	 */
560
	static function get_options_for_reset() {
561
		$all_jp_options = self::get_all_jetpack_options();
562
563
		$wp_options = self::get_all_wp_options();
564
565
		$options = array(
566
			'jp_options' => $all_jp_options,
567
			'wp_options' => $wp_options
568
		);
569
570
		return $options;
571
	}
572
573
	/**
574
	 * Delete all known options
575
	 *
576
	 * @since 5.4.0
577
	 *
578
	 * @return void
579
	 */
580
	static function delete_all_known_options() {
581
		// Delete all compact options
582
		foreach ( (array) self::$grouped_options as $option_name ) {
583
			delete_option( $option_name );
584
		}
585
586
		// Delete all non-compact Jetpack options
587
		foreach ( (array) self::get_option_names( 'non-compact' ) as $option_name ) {
588
			Jetpack_Options::delete_option( $option_name );
589
		}
590
591
		// Delete all options that can be reset via CLI, that aren't Jetpack options
592
		foreach ( (array) self::get_all_wp_options() as $option_name ) {
593
			delete_option( $option_name );
594
		}
595
	}
596
}
597