• Hi there,

    My site cant be accessed anymore, there is a fatal error message displayed. Luckily I can stillget into the admin dashboard though, so wondered if anyone can decipher the error for me please? Im not a coder, so will need plain English if possible? 🙂

    Fatal error: Call to undefined function get_theme_option() in /home2/holsguy/public_html/folk-off.com/wp-content/meso-custom-functions.php on line 24

    Many thanks!

    Website so you can see the error… http://www.folk-off.com

Viewing 1 replies (of 1 total)
  • Perhaps the developer was expecting this function to made available through some other means, but get_theme_option not a core WordPress function.

    It’s best to wrap these functions in a function_exists conditional to prevent fatal errors, but I’m not sure why that would even be necessary since WordPress provides its own theme option functions.

    There is get_option and get_theme_mod, but not get_theme_option.

    I can see your site now though, so it looks like this has been resolved?

Viewing 1 replies (of 1 total)

The topic ‘Fatal Error’ is closed to new replies.