bbp_after_popular_topics

bbp_after_popular_topics

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_after_popular_topics') is found 1 times:

  • /templates/default/extras/page-forum-statistics.php line 46
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
                    <?php endif; ?>
     
                    <?php bbp_reset_query_name(); ?>
     
                    <?php do_action( 'bbp_after_popular_topics' ); ?>
     
                </div>
            </div>
        </div><!-- #bbp-statistics -->
     
    <?php endwhile; ?>