I would like to inject some elements directly after the <body>
tag.
Is that possible using only WordPress hooks?
I would like to inject some elements directly after the <body>
tag.
Is that possible using only WordPress hooks?
Just add a custom hook to your template:
<body>
<?php do_action( 'wpse73370_custom_hook' ); ?>