wordpress-xmlrpc-client
wordpress-xmlrpc-client copied to clipboard
A PHP XML-RPC client for Wordpress websites
Hi, I have an Exception when I want to upload an image. I think Wordpress changed their code. I use 4.5.1. ` [HieuLe\WordpressXmlrpcClient\Exception\XmlrpcException] Could not write file (Empty filename) `
Hola, he encontrado la necesidad de modificar una parte de tu codigo para solucionarlo curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); ya que sin esto los dominios con https no funcionan como deberia private...
Hi sir when i use new Comment it works but put a new Comment with Empty Values I also use CallCustom method but this problem not solved ... thanks and...
The current implementation (in `2.4.0`) of `WordPressClient::_logError()` requires callbacks to be closures or function strings. Thus it is not possible to attach a class method as callback, which would make...
Hello, I have rewrite the newPost function to add a custom field, but it doesn't work. Any idea? Thanks function newPost($title, $body, array $content = array()) { $default = array(...