extapi.callWpMethod get_the_time error
-
Hi. when I call get_the_time I have error
“Server returned a fault exception: [-32601] server error. requested method extapi.callWpMethod does not exist.”I call this method from my C# application, use this
[XmlRpcMethod(“extapi.callWpMethod”)]
object CallRpc(string username, string password, string method, object[] args);CallRpc(“get_the_time”, new object[0]);
I’m new in wordpress and just start learn so please be patience and help me.
- The topic ‘extapi.callWpMethod get_the_time error’ is closed to new replies.