Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Request to all developers and plugin writers

I don’t especially want this thread to just be a moan but something I have just noticed has really annoyed me.

Glancing through source a minute ago and I found a plugin had managed to insert it’s style tag and rulesets within the body tag after analytics code just before body closes this kind of thing is utterly unforgivable and now means that I have to waste valuable time working out where this BP plugin has gone wrong and try and correct matters, sadly it was requested and as much as I would like to simply disable it in disgust I won’t be able to.

Tell me this isn’t madness? (Names obscured to prevent embarrassment )

function offensive_function_add_css() { ?>
<style type="text/css">

.**** .left-menu, .group-create .left-menu {
width: 550px;

add_action( 'wp_footer', 'offensive_function_add_css' );

Why?

I now have to work out how to move this to it’s own style sheet and have it called in as other plugins seem to manage!

Skip to toolbar