Description
Within div#feature_box; the feature box must be enabled in the Thesis Options for this hook to have any effect.
Source Position
<div id="feature_box"> thesis_hook_feature_box </div>
Default Functions
There are no default functions added to this hook.
Example
function add_to_feature_box() { ?>
<p>Here is some text in the feature box.</p>
<?php }
add_action('thesis_hook_feature_box','add_to_feature_box');