-
do_action( 'bbp_after_popular_topics' )
Source Reference:
-
<?php bbp_get_template_part( 'bbpress/loop', 'topics' ); ?> <?php bbp_get_template_part( 'bbpress/pagination', 'topics' ); ?> <?php endif; ?> <?php bbp_reset_query_name(); ?> <?php do_action( 'bbp_after_popular_topics' ); ?> </div> </div><!-- #bbp-statistics --> <?php endwhile; ?> </div><!-- #content --> </div><!-- #container --> <?php get_sidebar(); ?>
-