• Resolved sourfew

    (@sourfew)


    I have a custom post type “wpadvert” that users can edit on the frontend.

    When the users edit the post in the frontend, a push notification is sent even if the tickbox on the backend is empty.

    How can I prevent push to be sent on edits?

    Currently using ver 1.73

    /S

Viewing 1 replies (of 1 total)
  • Plugin Author Murali

    (@murali-indiacitys)

    As mentioned in admin settings description, for front end whenever custom post type notification is enabled, it will send push notification for particular post/custom post type. Please switch off push notification option for wpadvert custom post type then it won’t send the push notifications from frontend. For backend, whenever new post is published for wpadvert then turn on meta box checkbox(in edit post page) to send push notification. Hook is same for edit and save post, notification is triggered based on save_post hook.

Viewing 1 replies (of 1 total)
  • The topic ‘Unwanted push from custom post type’ is closed to new replies.