DEV Community

Discussion on: Extending User data in Wordpress using Pods and PHP

Collapse
 
mdennisa profile image
mdennisa

Nice post,

I stumbled upon pods.io as well.

But you dont need to create another REST endpoint,
you can use existing wp REST API to update user field created via user pod
POST /wp-json/v2/users/{user_id}

then set your key-value on body.