• Hello

    You’re plugin caught my eye and normally it’s rare to see fully free plugins like this. My other question is can this also send the post data to a plugin, let’s say it could be post data for a wp download manager download post. Would be able to send that so the other plugin could import the data create the listing along with the uploaded files etc..

Viewing 1 replies (of 1 total)
  • Plugin Support J Rubystudio

    (@rubystudio)

    Thank you for your kind words about the plugin. Yes, it is totally free. We originally built it for our Foxiz and Pixwell themes, and we wanted to bring it to the wider WordPress community as a free contribution.

    Regarding your question: the plugin uses WordPress core’s wp_insert_post() API to create posts, so you can fully leverage WordPress hooks (such as wp_insert_post, save_post, or save_post_{post_type}) to extend or customize the behavior on your end.

    This means if you’d like to forward the submitted post data to another plugin like WP Download Manager, you can hook into the post creation process and pass the relevant data, including uploaded files, to the target plugin’s API to create the corresponding download listing automatically.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.