Closed scopefragger closed 10 years ago
Thank you, I will review all Wordpress XML-RPC API and check the datetime parameters in this week.
I have released 2.2.1 patch to enable auto detect date time object. You can composer update
now and use instances of DateTime
class instead of strings for these value.
Brilliant
-Mark
private function _sendRequest are passed as strings and not defined as a date, WP will not accept these!
Our Temp fix was xmlrpc_set_type($params[3]['post_date'],'datetime');