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.
使用这条线:
wp post meta add 525 _price 150.00 --debug
挂起并显示以下消息:
Debug: Loaded WordPress (2.308s) Debug: Running command: post meta add (2.308s)
有什么建议吗?
显然问题是对元字段的引用:
wp post meta add 525 '_price' 150.00