python-wordpress-xmlrpc
python-wordpress-xmlrpc copied to clipboard
custome field can't work with "_"
it wordks,
post.custom_fields.append({ 'key': 'viel', 'value': 'aaa' }) but this can't work (
post.custom_fields.append({ 'key': '_viel', 'value': 'aaa' })