id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 49037 Expose all theme supports in /themes endpoint adamboro "The /themes endpoint exposes just three of values stored in $_wp_theme_features: https://core.trac.wordpress.org/browser/tags/5.3/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php#L108 This is different than how get_theme_support (https://developer.wordpress.org/reference/functions/get_theme_support) function works, which exposes all of them. As it is now, In order to retrieve a theme support - which is not one of the three values - via REST API, a custom endpoint has to be created. This is pretty cumbersome - why shouldn't /themes expose all theme features? Related: #45016, #48798" enhancement closed normal 5.4 REST API 5.0 normal fixed has-patch has-unit-tests rest-api