
The person who suggested this workaround to disable the part of Adsense deluxe plugin that produces the button in the post editor. Here's how it's done:
1. Open adsense-deluxe.php in your favourite text editor (I recommend PSpad).
2. Find the following on line 1081 (or thereabouts):
"add_filter(’admin_footer’, ‘_AdsDel_InsertAdsenseButton’);"
3. Place two slashes in front of the line to turn it into a comment, like so:
"// add_filter(’admin_footer’, ‘_AdsDel_InsertAdsenseButton’);"
4. Save the file and upload it to your server.
That's it.
Via MaxPower






Comment Preview