Custom plugin with own db table, not using post_meta to store data
-
Hi,
i’m using a custom developed (not by me) plugin that uses a custom DB table to store informations (one or more record with the post_id as key) thus it does not make use of regular post_meta that would be normally cloned by your plugin.I’m wondering if there’s a way (read a hook) to intercept the duplication process before it’s complete so I can add my own function that duplicates the records in the table. I think I just need the being-cloned post ID and the new one.
EDIT:
maybe can I use theadd_action('dp_duplicate_post',..)?
Thank you for helping
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom plugin with own db table, not using post_meta to store data’ is closed to new replies.