bbp_before_statistics

  • do_action( 'bbp_before_statistics' )

    Source Reference:

    • 					<div id="bbp-statistics" class="bbp-statistics">
      						<h1 class="entry-title"><?php the_title(); ?></h1>
      						<div class="entry-content">
      
      							<?php get_the_content() ? the_content() : _e( '<p>Here are the statistics and popular topics of our forums.</p>', 'bbpress' ); ?>
      
      							<dl role="main">
      
      								<?php do_action( 'bbp_before_statistics' ); ?>
      
      								<dt><?php _e( 'Registered Users', 'bbpress' ); ?></dt>
      								<dd>
      									<strong><?php echo $user_count; ?></strong>
      								</dd>
      
      								<dt><?php _e( 'Forums', 'bbpress' ); ?></dt>
      								<dd>
      									<strong><?php echo $forum_count; ?></strong>
      								</dd>
      

Comments are closed.