0

Using this line:

wp post meta add 525 _price 150.00 --debug

Hangs with the following message:

Debug: Loaded WordPress (2.308s)
Debug: Running command: post meta add (2.308s)

Any recommendations?

StevenV
  • 106
  • 2
  • 9

1 Answers1

0

Apparently the issue was a quote to the meta field:

wp post meta add 525 '_price' 150.00
StevenV
  • 106
  • 2
  • 9