Use Tadlock's Unique theme as a guide. ``` php do_atomic('hook_name'); ``` or ``` php do_action('hook_name'); ``` Study up a bit on `do_atomic()` vs. `do_action()` here: http://themehybrid.com/docs/tutorials/creating-custom-hooks