Note: This hook is included in the Hooks Element add-on inside GP Premium.
The wp_head hook is a standard hook in WordPress, and should only includes things that go into the <head> section of your website.
Things like <meta> tags, Google Analytics and stylesheets can go in this hook.
Usage
Please refer to the Using Hooks article to learn how to use this hook.