I’m working on the new version which should address this. I didn’t update that bit of code with 3.5 in mind 🙂
Personally I use xmlrpc since that lets me use the iOS app 😉
Yeah I know but I post pretty long stuff with images, tables and all that stuff, that doesn´t work from a phone so I feel safer sleeping with the back door closed 😉
Thanks for updating this. Maybe I can suggest something else?
Most European sites will have a big problem with the new default themes Twenty Twelve and Twenty Thirteen because they are loading webfonts which is against the EU privacy law. Maybe a small tick to disable them altogether?
I use this now for my TT child:
function mytheme_dequeue_fonts() {
wp_dequeue_style( 'twentytwelve-fonts' );
}
add_action( 'wp_enqueue_scripts', 'mytheme_dequeue_fonts', 11 );
I won’t be adding fonts into that. I’m only disabling things in core WordPress.
So I spent some time digging into this and … basically I’m going to have to do a lot of things differently in order to fix this plugin. There are a lot of little things that are totally wrong, which would require a total rewrite.
For right now, if you just want to turn off XML RPC, this plugin does just that: http://ww.wp.xz.cn/plugins/disable-xml-rpc
Otherwise it’s going to be a while. This plugin is low on my priority list, to the point that if someone else wants to adopt it, I’m happy to hand it over.
Thanks again for taking time, unfortunately my php isn´t near good enough to do this. So other than the xmlrpc issue, what else is broken now?
I can understand this isn´t no 1 priority, drop it when you´re too busy, I do understand^^
The way the settings are saved, and checked when the plugin runs, are messed up. I wrote it when I was new to WP and didn’t know better 🙂