• Resolved shadowshades

    (@shadowshades)


    Hello,
    I use the function wp_insert_commen() in my code, but it seem that is not send the “Comment added” notification. It is suppose to ?

    Else, there’s a way to trigger this notification in the code ?

    Thank you!
    Have nice day!

Viewing 1 replies (of 1 total)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    Hi, it definitely should because this function calls the wp_insert_comment action which our trigger is using. Most likely you are calling this function before the Notification plugin initializes and the trigger is not registered yet.

    The earliest action would be init 10, see the plugin loading chain.

Viewing 1 replies (of 1 total)
  • The topic ‘Comment added and wp_insert_comment function’ is closed to new replies.