Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2014-10-19 02:51:19
- richtestani
- Plugin Author
- Registered: 2009-11-08
- Posts: 128
Save Customized Fields in Admin Write
I want to add customized field sets to the write tab.
I can do this pretty easily, but saving data I am not sure how to handle it.
My plugin is registered via:
register_callback($setup_callback, 'article_ui', 'extend_col_1');
how do I register an event to handle my own post data?
Thanks
Rich
Offline