What is the best way to store plugin settings?
-
Hello. What is the best way to store plugin settings?
I know the settings are saved like this:
update_option(‘$option’, ‘$value’);How can I save $value? One $option and an array of $value?
Or is it better to put each setting in a separate $option?
The question is about performance and convenience.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘What is the best way to store plugin settings?’ is closed to new replies.