is_home() not working in functions.php file

It turns out that the first hook function, which contained a query needed a reset.

Adding wp_reset_query(); after the initial query has fixed the issue.