• Hi,

    I have used the “Notification – Custom Notifications and Alerts for WordPress” plugin for Email notification.

    Can you please help me on my issue? I need to create a custom post insert and update from the front end of the website. It created with wp_insert_post and wp_update_post codex. It doesn’t trigger to update and add the custom posts in the notification. It is working well in the backend add and update post but the front end can’t work.
    Thanks

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

    (@kubitomakita)

    Hi, it looks like you’re saving the post too early, before our plugin initializes itself. Make sure to do this on init action but the later – the better.

Viewing 1 replies (of 1 total)
  • The topic ‘Add Custom Post Front End’ is closed to new replies.