python-wordpress-xmlrpc icon indicating copy to clipboard operation
python-wordpress-xmlrpc copied to clipboard

custome field can't work with "_"

Open Yuelioi opened this issue 4 years ago • 0 comments

it wordks,

post.custom_fields.append({ 'key': 'viel', 'value': 'aaa' }) but this can't work (

post.custom_fields.append({ 'key': '_viel', 'value': 'aaa' })

Yuelioi avatar Aug 31 '21 05:08 Yuelioi