Skip to content
Advertisement

Alternative to wp_update_post() in WordPress REST API

I’m a beginner and I’m trying to write a WordPress Plugin in PHP to auto-update content on multiple pages. I managed to make it work, it updates correctly, however it breaks multiple page options (controlled by the theme). I believe it’s caused by the wp_update_post() function.

I’m looking for the REST API equivalent of this, since it works successfully when I tried with Python.

JavaScript

Thank you !

Advertisement

Answer

Found the answer :

JavaScript

In case someone needs it 😉

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement