Similar to Wordpress - Adding to Redux Theme Options using Child Theme
I'm am looking to control Redux sections with current_theme_supports($feature), so that if a theme supports a feature, a section won't be displayed. Eg if colors are managed by the theme (and the theme declares support), don't display the color section, but if not, display it.
I have got the filter working great with redux/options/option_name/sections, but at the point the filter is run global $_wp_theme_features is null.
Any tips on the best way to implement this?