Can set_properties(), but can't get_properties()
-
Hi,
I’m trying to create a simple addon to CF7, to save my contact form submissions into a WP custom post type entry.
So far so good, the plugin is full of actions and filters to hook into. I added my metabox, but then I’m stuck.
I apparently can get the contact form $properties, with get_properties, but I’m unable to add value to the new “cf7towp” key I added in the $properties array.
The code is available at https://img.saika.li/b4Qt
In the prepare_data_before_save() function, the set_properties() method doesn’t save my new array :/
Any idea what I did wrong ?
Anyway, thanks for the great plugin.
- The topic ‘Can set_properties(), but can't get_properties()’ is closed to new replies.