', essb_core()->generate_share_buttons('bbpress', 'share', array('only_share' => false, 'post_type' => 'bbpress'))); } } } if (!function_exists('essb_bbpress_activate')) { function essb_bbpress_activate() { if (essb_option_bool_value('bbpress_forum')) { add_action ( 'bbp_template_before_topics_loop', 'essb_bbpress_integration' ); } if (essb_option_bool_value('bbpress_topic')) { add_action ( 'bbp_template_before_replies_loop', 'essb_bbpress_integration' ); } } }