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

custom field serialization

Open andiwand opened this issue 9 years ago • 0 comments

GetPost does not deserialize the custom fields but EditPost or NewPost serializes the custom fields to a string. This is pretty unhandy when you want to edit a post after catching it with GetPost.

maybe it would be better to always use string, and if more is needed use phpserialize (https://pypi.python.org/pypi/phpserialize).

andiwand avatar Mar 02 '16 16:03 andiwand