I have a script to send some data to wordpress using xmlrpc.
If I use a simple string for a body like "This is a test", it works fine.
However, if it has HTML formatting, it becomes terribly distorted when trying to add a message.
How to host html content for wordpress using xmlrpc?
source share