Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just adding NVS support to my plugin, and a bit confused about the behaviour of the settings_changed() callback.
This does get called when settings are first loaded, but not when my plugin settings are changed interactively through $xxx=yyy. Is that the expected behaviour?
My use case is that I want to copy something out of my settings structure into another variable. Was assuming settings_changed would be the way to do this..
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions