Using WordPress ‘current_theme_supports-{$feature}’ PHP filter
The current_theme_supports-{$feature} PHP filter allows developers to check if a specific theme feature is supported by the current active theme. This is useful for creating conditional code that only runs…