Hi there, I use xmlrpc and json-api to manage my wordpress sites and with the last update of your plugin is adding a undesired piece of html code to every request I do to xmlrpc o json-api in my blog. This is the code added: [code] <script type=”text/javascript” > jQuery(document).ready(function($) { jQuery.get(‘https://example.org/wp-cron.php?doing_wp_cron=0’); }); </script> [/code] Can you solve this bug in a next update?