- This topic has 1 reply, 2 contibutors, and was last updated 8 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Question
Answers
Viewing 2 posts - 1 through 2 (of 2 total)
- The question ‘Boss 2.1.3’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Boss 2.1.3
site crashes…following debug error
Fatal error: Call to undefined function boss_get_option() in /opt/www/site.com/wp-content/themes/childtheme/buddyboss-inc/theme-functions.php on line 166
Hi @wrkazigmail
Please let me code which you have inside the child theme with boss_get_option()
boss_get_option() is a inbuilt function inside Boss theme, it should not be undefined if Boss theme is active.
You can also wrap your codes with
if( function_exists("boss_get_option")){
//codes
}
Regards
Varun Dubey