maxcutler/python-wordpress-xmlrpc

custome field can't work with "_"

Yuelioi opened this issue · 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'
})