Ref #525 - Remove all hooks

This commit is contained in:
Ben Word
2012-08-20 19:17:28 -05:00
parent 5c664af0cb
commit 9801e69b3b
7 changed files with 5 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ function roots_feed_link() {
}
}
add_action('roots_head', 'roots_feed_link');
add_action('wp_head', 'roots_feed_link', -2);
/**
* Add the asynchronous Google Analytics snippet from HTML5 Boilerplate
@@ -28,4 +28,4 @@ function roots_google_analytics() {
}
}
add_action('roots_footer', 'roots_google_analytics');
add_action('wp_footer', 'roots_google_analytics');

View File

@@ -1,7 +0,0 @@
<?php
// head.php
function roots_head() { do_action('roots_head'); }
// footer.php
function roots_footer() { do_action('roots_footer'); }