_remove_theme_support
- %1$s is private and should not be used in themes or plugins directly.
_remove_theme_support ( $feature )
Access:Parameters:- (string) feature The feature being removed. See add_theme_support() for the list of possible values.
Returns:- (bool) True if support was removed, false if the feature was not registered.
Defined at: - Introduced in WordPress: 3.1.0
- Deprecated in WordPress: —
Description
Do not use. Removes theme support internally without knowledge of those not used
by themes directly.