• Resolved jessfalco

    (@jessfalco)


    I can’t find detailed documentation for ForumWP and it is difficult to find the Hooks for user replies on Forum Topics. Can you provide a list of hooks, or some guidance on this? I am trying to include an add_action for when a user posts a reply. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @jessfalco

    Sorry for the delay, I highly recommend using WordPress native hook ‘save_post’ or ‘save_post_fmwp_reply’.

    https://developer.ww.wp.xz.cn/reference/hooks/save_post/

    We are using WP native wp_insert_post() and wp_update_post() functions, so all will work properly.

    Let me know if that makes the sense on your website,
    Best Regards!

    Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @jessfalco

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. 🙂

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hooks for User Replies’ is closed to new replies.