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