[wp-hackers] Help with adding extra data into a post

John Blackbourn johnbillion+wp at gmail.com
Wed Nov 19 11:57:35 GMT 2008


To grab the data submitted, use the save_post hook. The data you'll
want will be in the $_POST variable.

On Wed, Nov 19, 2008 at 10:51 AM, Malaiac <malaiac at gmail.com> wrote:
> 2008/11/19 Mikael Hedengren <mikael at cylinderlabs.se>:
>> I am fairly new to WP and trying to develop a plugin that allows the user to
>> enter some extra data when writing or editing a post. The data will be saved
>> in a separate table in the WP database.
> You just defined custom fields
>
>> Using the custom field is not sufficient for me.
> Why ?
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list