Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #61554
    @wrkazigmail

    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

    Answers

    #61608

    Anonymous
    @

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Boss 2.1.3’ is closed to new replies.