Hello,
One of the things that drives me crazy about wp devolopement is I'm never able to find the right hook so I figured I would ask here. What I'm trying to do is add a message to the top of each page by having my plugin add a function. What's the best hook to use. I want to insert conent right after the <body>
tag.
Thanks