Ok, I pulled my {vb:raw} code out of the header template and made a new template, "wp_header_footer" and put it in there:
HTML Code:
<h1>Start</h1>
{vb:data wphead, wpHeaderFooter_Api_Options, wpHeader}
{vb:raw wphead}
<h2>End</h2>
Then I created a new hook.
- product: "WP Header and Footer"
- title: "WP Header Footer Hook"
- hook location: header_toolbar
- execution order: 10 (Default)
- template name: "wp_header_footer"
- hook arguments: left blank
The html I put in the template shows up (h2 and h1), but the {vb:raw wphead} does not.
The thing I am bit worried about is that when I created a new Product ("WP Header and Footer"), I didn't have any way I could see to link it to my wpHeaderFooter_Api_Options class listed in the extensions. Am I missing a step?