The reason you can’t find the custom function to add an element to the wordpress head area
<head>
</head>
is because that behavior is controlled by the Thesis Options web interface in wp-admin, not through the custom_functions.php hook.
Now stop looking for a hook and go to your wp-admin.

You must log in to post a comment.