Is it possible to use wordpress xml-rpc and $wpdb ? I need to send some params and get answer in real time …
In this link: http://codex.wordpress.org/XML-RPC_WordPress_API/
I just found some info, but is there any example with $wpdb ?
Please any help ?
UPDATE:
I found some more info with methods: http://codex.wordpress.org/XML-RPC_Extending#Actions
how to implement this for full functioning ?