Hello.
I have set up two ‘settings’ variables that are populating the $settings array, returned from the settings method. They show up fine in the control panel when I edit them, but when I try to echo out a setting in PHP using the publish_form_field_unique hook the $this->settings array is empty. Even stranger is that $EXT->s_cache is filled with the proper settings. Also I’ve confirmed that the serialized array in the database is correct. It’s only the variable $this->settings that is not being populated.
Any advice?
Thanks
