Hello,
I was wondering if it's possible to display plugin's output at a specific place in HTML. For example, I want all meta tags to appear after <title> in my HTML.
At the moment the plugin uses wp_head hook and displays its output in the place where the hook is appearing.
Is there a way to call function/hook/template tag directly where I want it and suppress it from wp_head hook, so the information appears only once.
Many thanks,
Dasha