Warning: include(/homepages/38/d741372821/htdocs/clickandbuilds/WordPress/MyCMS2/wp-content/themes/charity-is-hope9/functions.php): failed to open stream: Permission denied in /homepages/38/d741372821/htdocs/clickandbuilds/WordPress/MyCMS2/wp-settings.php on line 566
Warning: include(): Failed opening '/homepages/38/d741372821/htdocs/clickandbuilds/WordPress/MyCMS2/wp-content/themes/charity-is-hope9/functions.php' for inclusion (include_path='.:/usr/lib/php7.4') in /homepages/38/d741372821/htdocs/clickandbuilds/WordPress/MyCMS2/wp-settings.php on line 566
?php
/**
* Template for Page 404
*/
// Tribe Events hack - create empty post object to prevent error message from the plugin
if (!isset($GLOBALS['post'])) {
$GLOBALS['post'] = new stdClass();
$GLOBALS['post']->post_type = 'unknown';
}
// End Tribe Events hack
get_header();
charity_is_hope_show_post_layout( array('layout' => '404'), false );
get_footer();
?>