Just a quick question for the admins / devs or anyone else that can shed some light.
I've just managed to get an edit function working by passing the post id to a form (lightbox, not that it matters) then populating the form from the post id. The user can then update the information and when the post submits I use update_post_meta to modify the database entry.
This works beautifully for the entries and it displays correctly (when the lightbox closes the page refreshes), however now to my question.
The wp_rg_lead_detail table (and wp_rg_lead) keep a record of all the submissions regardless, now I understand this provides a useful paper trail at times but should I run and kind of housekeeping on the tables? For that matter does Wordpress? Updates may become fairly frequent so I just want to prevent it getting needlessly bulky.
Cheers in advance.