AnsPress_BP_Hooks::bp_init()
Description #
Hook on BuddyPress init.
Source #
File: addons/free/buddypress.php
public static function bp_init() { anspress()->add_filter( 'the_content', __CLASS__, 'ap_the_answer_content' ); }
Expand full source code Collapse full source code View on GitHub: addons/free/buddypress.php:68
Add your comment