Skip to:
Content
Pages
Categories
Search
Top
Bottom

Can’t find !class_exists( ‘BP_Core_User’)

  • Hi everyone, I am reading some documents how to customize BuddyPress. At this step, author mention a function in functions.php but I can’t find it.

    // Stop the theme from killing WordPress if BuddyPress is not enabled.
    f ( !class_exists( ‘BP_Core_User’ ) )
    return false;

    This is my functions.php, any idea :)
    http://www.mediafire.com/?rts162s7p1jnmq3

You must be logged in to reply to this topic.