Title: 6.1.1 | Developer.WordPress.org

---

# New and updated in 6.1.1

Functions

Hooks

Classes

Methods

 * method[WP_Theme_JSON::update_separator_declarations()](https://developer.wordpress.org/reference/classes/wp_theme_json/update_separator_declarations/)
 * Returns a filtered declarations array if there is a separator block with only
   a background style defined in theme.json by adding a color attribute to reflect
   the changes in the front.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_theme_json/update_separator_declarations/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_theme_json/update_separator_declarations/#uses)
   | Source: [wp-includes/class-wp-theme-json.php:2725](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-theme-json.php#L2725-L2752)
 * function[get_theme_feature_list()](https://developer.wordpress.org/reference/functions/get_theme_feature_list/)
 * Retrieves list of WordPress theme features (aka theme tags).
 * Used by [3 functions](https://developer.wordpress.org/reference/functions/get_theme_feature_list/#used-by)
   | Uses [6 functions](https://developer.wordpress.org/reference/functions/get_theme_feature_list/#uses)
   | Source: [wp-admin/includes/theme.php:314](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-admin/includes/theme.php#L314-L408)