Thesis Hook Reference List

Bonus WordPress Hooks

Just for fun, here are some WordPress hooks which you should be familiar with as well:

wp_head
Within head, useful for outputting meta tags, JavaScript, stylesheet information, and so on.
wp_footer
Within div#footer. This is what plugins will use to output to your footer. It is similar to the thesis_hook_footer hook and appears after it.
comment_form
Within form#commentform similar to the hook thesis_hook_comment_form, but appears after the submit button and has the comment ID number passed to it as a parameter.