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:

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.

Related Functions

_remove_theme_support, get_theme_support, remove_theme_mod, remove_post_type_support, remove_theme_mods

Top Google Results

User discussions

wpseek mobile