"Fatal error" when going to site
-
Fatal error: Can’t use function return value in write context in /home4/newtron/public_html/wp-content/themes/atout/header.php on line 19
Code on line 19 as follows:
<?php if(!empty(get_theme_mod( ‘atout_favicon’))): ?>
<link rel=”shortcut icon” href=”<?php echo esc_url( get_theme_mod( ‘atout_favicon’ ) ); ?>” type=”image/png” />
<?php endif; ?>I have not made any changes to the theme, wondering why it is not working on live site.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘"Fatal error" when going to site’ is closed to new replies.