bbp_theme_before_topic_meta

bbp_theme_before_topic_meta

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_before_topic_meta') is found 1 times:

  • /templates/default/bbpress/loop-single-topic.php line 56
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    <?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">
     
        <?php do_action( 'bbp_theme_before_topic_started_by' ); ?>
     
        <span class="bbp-topic-started-by"><?php printf( esc_html__( 'Started by: %1$s', 'bbpress' ), bbp_get_topic_author_link( array( 'size' => '14' ) ) ); ?></span>