apply_filters( "current_theme_supports-{$feature}", bool $supports, array $args, string $feature )
Filters whether the current theme supports a specific feature.
Description
The dynamic portion of the hook name, $feature
, refers to the specific theme feature. See add_theme_support() for the list of possible values.
Parameters
- $supports
-
(bool) Whether the current theme supports the given feature. Default true.
- $args
-
(array) Array of arguments for the feature.
- $feature
-
(string) The theme feature.
Source
File: wp-includes/theme.php
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/current_theme_supports-feature