the activation hook to load the default setting isn't working. however, the function is working as it should when calling it manually.
http://wordpress.org/extend/plugins/plugin-options-starter-kit/
the activation hook to load the default setting isn't working. however, the function is working as it should when calling it manually.
http://wordpress.org/extend/plugins/plugin-options-starter-kit/
The posk_add_defaults() callback fires upon theme activation. However, the default options won't be (re)implemented upon deactivation/reactivation unless you select the checkbox to restore defaults OR no options exist.
Try selecting the checkbox to restore defaults then deactivate and reactivate the Plugin.
This topic has been closed to new replies.