diff --git a/src/wp-includes/class-wp-theme-json.php b/src/wp-includes/class-wp-theme-json.php index f723c415a4..2293ea5715 100644 --- a/src/wp-includes/class-wp-theme-json.php +++ b/src/wp-includes/class-wp-theme-json.php @@ -40,6 +40,12 @@ class WP_Theme_JSON { */ const ROOT_BLOCK_SELECTOR = 'body'; + /** + * The sources of data this object can represent. + * + * @since 5.8.0 + * @var array + */ const VALID_ORIGINS = array( 'core', 'theme',