undefined function get_option problems
-
I’ve recently installed the FAlbum plugin (https://www.randombyte.net/blog/projects/falbum/) to display my photos from Flickr. Most of it is working fine, but when when I try to embed the FAlbum stuff in a WP template page, I get this error:
Fatal error: Call to undefined function get_option() in /home/teresawa/public_html/chigard/wp-content/plugins/falbum/wp/FAlbum_WP.class.php on line 33
You can see this here: https://www.chigarden.com/?page_id=130
From some digging around I found that get_option() is a WordPress function, but I can’t figure out why it won’t work when all the other WP stuff on the page (get_header() for example) works fine?
Is there any particular file I need to include or alter to get this to work?
- The topic ‘undefined function get_option problems’ is closed to new replies.