Why is remove_setting and remove_control not working?
In the WP admin customizer, none of the previous controls are showing, so although the options have been removed, the values are still stored, which should have been deleted. You haven’t done anything to delete them. The code in your question will remove the registered controls from the customiser, and the registered settings, but you … Read more