Action hook
-
I am using WordPress as a backend to store data that we provide in our app. I use Pods plugin to create custom data which is later filtered and shown in app. In order to achieve real time data update I would like to create an endpoint where I will only store few things to notify the device that there was an update.
I need to set up an action hook which will be triggered when a pod post is published / updated / deleted
I tried using pods_api_post_save_pod_item_podname but it does not fire when I publish a pod. Is there more action hooks or am I missing something?
Thanks!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Action hook’ is closed to new replies.