WPDev.one
Core Function
View Source on Trac ↗

remove_theme_support()

remove_theme_support( mixed $feature )

Allows a theme to de-register its support of a certain feature

Parameters 1 required

Name / Type Description
string

$feature The feature being removed. See add_theme_support() for the list of possible values.

Required

Return Value

((bool)
| void) Whether feature was removed.

Function Information

Since Version
3.0.0
Source File
wp-includes/theme.php
Advertisement