maxcutler / python-wordpress-xmlrpc

Python library for WordPress XML-RPC integration
http://python-wordpress-xmlrpc.rtfd.org
MIT License
380 stars 129 forks source link

custome field can't work with "_" #147

Open Yuelioi opened 3 years ago

Yuelioi commented 3 years ago

it wordks,

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

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