08/07/2013 at 1:42 pm
#266703
Keymaster
@ Ryan
Take a look at this file:
https://github.com/shazahm1/Connections/blob/develop/includes/admin/class.actions.php
Register your own action
https://github.com/shazahm1/Connections/blob/develop/includes/admin/class.actions.php#77
Then create your action callback to save the data in the connections_meta table.
Because I have no API in place yet for saving/retrieving/displaying data from the connections_meta table; you’ll have to work that out.
