get_registered_theme_feature
get_registered_theme_feature ( $feature )
Parameters:- (string) feature The feature name. See add_theme_support() for the list of possible values.
Returns:- (array|null) The registration args, or null if the feature was not registered.
Defined at: - Introduced in WordPress: 5.5.0
- Deprecated in WordPress: —
Description
Gets the registration config for a theme feature.