add_action when a post is updated via http.put
-
Is there a way to trigger a webhook when a post is updated via http.put method from the app?
When I update a post within WordPress an action hook add_action(‘pods_api_post_save_pod_item_aktualnost’, ‘send_update’, 10, 3); is triggered but when I update it with http.put method nothing happens.
I tried it in Postman, the update is shown in WordPress custom post but the action hook is not triggered.
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘add_action when a post is updated via http.put’ is closed to new replies.