• Hi all, I have problem with options in my plugin. When I set it to value 0 it says Failed to save πŸ™ other numbers works. Where is the problem? In my plugin, or? Thx

Viewing 1 replies (of 1 total)
  • what option are you trying to save and if you using the add_option() function “0” returns a false so it thinks that there is no data. you can’t try to add or change the value to “none” or something like that or sent the value in an add_option(array('0')); this will serialize your data.

Viewing 1 replies (of 1 total)
  • The topic ‘Option “0” in plugin’ is closed to new replies.