Fix for Issue #769

missing hooks.php in functions.php. causes footer.php to call an undefined function
This commit is contained in:
IanDelMar 2018-08-09 22:00:43 +02:00 committed by GitHub
parent 56bc68c30b
commit 3723546d81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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.
*/