What’s the best method for emptying an option created with the Settings API?
If you wrote your code correctly, then delete_option would be the correct way. The question isn’t how to clear the option; the question is how to structure your code such that the “option does not exist” case is a valid case. Think about it. The first time you start this code, that option isn’t going … Read more