Core Function
View Source on Trac ↗ _remove_theme_support()
_remove_theme_support( mixed $feature ) Do not use. Removes theme support internally without knowledge of those not used
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)
True if support was removed, false if the feature was not registered.
Function Information
Since Version
3.1.0
Source File
wp-includes/theme.php
Advertisement