Using the python-xmlrpc, I'm wondering if I could somehow encode a select field in the custom_fields dictionary. The select fields are an advanced custom field plugin type https://www.advancedcustomfields.com/resources/select/ that I'm using right now. After new post with the acf select field is saved, select field look like this:
event_series: [ "a:1:{i:0;s:10:"happy_hour";}" ],
when dumped through a json plugin. I'm wondering if there is some way that I can construct a string on the python side and have it passed to wordpress to unaltered. Thanks in advance.
Using the python-xmlrpc, I'm wondering if I could somehow encode a select field in the custom_fields dictionary. The select fields are an advanced custom field plugin type https://www.advancedcustomfields.com/resources/select/ that I'm using right now. After new post with the acf select field is saved, select field look like this:
event_series: [ "a:1:{i:0;s:10:"happy_hour";}" ],
when dumped through a json plugin. I'm wondering if there is some way that I can construct a string on the python side and have it passed to wordpress to unaltered. Thanks in advance.