• Resolved Webartisan

    (@webartisan)


    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 the add_action('dp_duplicate_post',..)?

    Thank you for helping

    • This topic was modified 5 years, 5 months ago by Webartisan. Reason: After looking at the code I maybe found something useful
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.