I have someone using one of my plugins and we have a problem. The plugin uses the 'wp_head' and 'the_content' filters. If it detects a specific 'page id' it uses wp_head to include some CSS and the_content to add extra stuff (in this case images).
I have looked at their data and all is as it should be. They use the Tarski theme and I have tried that on my site and it works OK. The only other plugin is Ultimate Tag Warrior and as I use that it is not at fault.
Yet somehow, the intercept at wp_head and the _content does not appear to be working. I have never come across this before.
Does anyone have any ideas why these filters would be failing? It is a new install of 2.0.2 by the way and as I say - all data and settings appear to be just fine.
Any help appreciated as I would very much like to get this working for him.