wordpress-xmlrpc-client
wordpress-xmlrpc-client copied to clipboard
newPost return null?
use newPost function,It return null value,but It has posted successfully.
Hello,
I have exactly the same issue.
// Insert the post $post_id = $client->newPost($post_title , $post_content);
The ID is not returned :(
Thanks