diff --git a/functions.php b/functions.php index 813e68a..18b407f 100644 --- a/functions.php +++ b/functions.php @@ -35,6 +35,11 @@ require get_template_directory() . '/inc/template-tags.php'; */ require get_template_directory() . '/inc/pagination.php'; +/** + * Custom hooks. + */ +require get_template_directory() . '/inc/hooks.php'; + /** * Custom functions that act independently of the theme templates. */