abrudtkuhl / WordPressSharp

A C# client to to interact with the WordPress XML-RPC API
abrudtkuhl.github.io/WordPressSharp/
GNU General Public License v3.0
103 stars 49 forks source link

GetOptions return value is incorrect #78

Closed nlee39 closed 6 years ago

nlee39 commented 6 years ago

I'm using Wordpress 4.9.4.

When I use the GetOptions() method, I get this error:

response contains array value where struct expected [response]

GetOptions() is currently set to return XmlRpcStruct. The Wordpress source code shows that it will return an array (or IXR_Error)

nlee39 commented 6 years ago

I'll close this for now and investigate it further before re-opening it