Did you just give me a plug in code? Or if not, what is it? All I can tell it’s an action. hook. And as far as I know, that should go in the functions.php of the current theme, right? please confirm.
I wish there was a single call which can output somewhere in between <body> and </body> and runs no matter what whatever the theme or template is… ( excluding rss feeds of course which are all xml ).
so you are saying that since the output of the page is handled by template, there is really no way to guarantee to run a function/procedure from the wp core for all times?
Also, what are the problems or consequences of putting an iframe as the first thing in html output, even before doc type?
what is potantially so bad about this following;
<iframe src=’whatever.inc’></iframe>
<doc type….>
<html>
…
</html>
assuming what’sin between <doc type and </html> is perfectly valid.