Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将 ACF 字段发布到各种帖子类型的 REST API,但我未能为用户做同样的事情。我从 /wp/v2/users/me 得到的响应是:
{ ... "ACF": false, ... }
我已经使用了这个代码https://stackoverflow.com/a/56473974/4926772