bbp_before_statistics

bbp_before_statistics

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_before_statistics') is found 1 times:

  • /templates/default/bbpress/content-statistics.php line 18
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    $stats = bbp_get_statistics(); ?>
     
    <dl role="main">
     
        <?php do_action( 'bbp_before_statistics' ); ?>
     
        <dt><?php esc_html_e( 'Registered Users', 'bbpress' ); ?></dt>
        <dd>
            <strong><?php echo esc_html( $stats&#91;'user_count'&#93; ); ?></strong>
        </dd>