Codex tools: Log in
Contents |
Allows a theme to de-register its support of a certain theme feature. Should be called in the theme's functions.php file. Generally would be used for child themes to override support from the parent theme.
<?php remove_theme_support( $feature ); ?>
returns boolean value on whether the feature was removed
remove_theme_support() is located in wp-includes/theme.php.
Theme Support:
add_theme_support(),
remove_theme_support(),
current_theme_supports()
Theme Features:
widgets,
menus,
post-formats,
post-thumbnails,
custom-background,
custom-header,
automatic-feed-links,
editor-style