remove_theme_support
remove_theme_support ( $feature )
Parameters:- (string) feature The feature being removed. See add_theme_support() for the list of possible values.
See:Returns:- (bool|void) Whether feature was removed.
Defined at: - Introduced in WordPress: 3.0.0
- Deprecated in WordPress: —
Description
Allows a theme to de-register its support of a certain featureShould be called in the theme's functions.php file. Generally would
be used for child themes to override support from the parent theme.