Action hook and REST API
-
Hello,
I am using WordPress to store data which I publish in my mobile app. I am using WP REST API to manage the data displayed and also to post or update to WordPress.
I am trying to find an action_hook which is fired when someone updates or posts something from the app. I tried multiple add_action functions but none of them was fired when the post was made from the app.
The app is made with AngularJS and the posts are published with http.post or updated with http.put method.
Also, I need to mention that the data we are using is made with Pods plugin.
Thanks
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Action hook and REST API’ is closed to new replies.