BuddyPress::ap_qa_page()
Description #
AnsPress nav callback.
Source #
File: addons/buddypress/buddypress.php
public function ap_qa_page() { add_action( 'bp_template_content', array( $this, 'ap_qa_page_content' ) ); bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/plugins' ) ); }
Expand full source code Collapse full source code View on GitHub: addons/buddypress/buddypress.php:156
Add your comment