• Resolved colorinside

    (@colorinside)


    Hello,
    I should edit and add data in a post created via Forminator form, before it is actually created in the database, but I can’t find any documentation regarding the most appropriate hook. I also have a doubt: what name do hooks (with a name with $module_slug in) get in the case of “post form”?
    Thanks for the support

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @colorinside

    I hope you are doing well today.

    I pinged our SLS Team to review your query. We will post an update here as soon as more information is available.

    Kind Regards,
    Kris

    Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi again @colorinside

    We have a reply back from our SLS Team and this is the filter?apply_filters( 'forminator_post_data_post_info', $post, $field, $data );?you’re looking for.

    It is placed just before inserting the post?$post_id = wp_insert_post( $post, true );?

    Kind Regards,
    Kris

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @colorinside

    We didn’t hear back from you for quite some time already so I’m marking this as resolved for now.

    In case you’d still have some additional questions, simply let us know and we’ll be happy to get back to you.

    Best regards,
    Adam

    Thread Starter colorinside

    (@colorinside)

    Hi Adam,

    sorry for my late reply: everything works fine!

    Thank you for your support.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hooks, filter or action to modify posted data’ is closed to new replies.