bbp_theme_before_topic_title

  • do_action( 'bbp_theme_before_topic_title' )

    Source Reference:

    •  * @subpackage Theme
       */
      
      ?>
      
      	<tr id="topic-<?php bbp_topic_id(); ?>" <?php bbp_topic_class(); ?>>
      
      		<td class="bbp-topic-title">
      
      			<?php do_action( 'bbp_theme_before_topic_title' ); ?>
      
      			<a href="<?php bbp_topic_permalink(); ?>" title="<?php bbp_topic_title(); ?>"><?php bbp_topic_title(); ?></a>
      
      			<?php do_action( 'bbp_theme_after_topic_title' ); ?>
      
      			<?php bbp_topic_pagination(); ?>
      
      			<?php do_action( 'bbp_theme_before_topic_meta' ); ?>
      
      			<p class="bbp-topic-meta">
      

Comments are closed.