-
do_action( 'bbp_template_after_topics_index' )
Source Reference:
-
bbp_get_template_part( 'bbpress/loop', 'topics' ); bbp_get_template_part( 'bbpress/pagination', 'topics' ); // No topics } else { bbp_get_template_part( 'bbpress/feedback', 'no-topics' ); } // After topics index do_action( 'bbp_template_after_topics_index' ); // Return contents of output buffer return $this->end(); } /** * Display the contents of a specific topic ID in an output buffer * and return to ensure that post/page contents are displayed first. * * @since bbPress (r3031)