bbp_theme_after_topic_author_details

bbp_theme_after_topic_author_details

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_after_topic_author_details') is found 2 times:

  • /templates/default/bbpress/content-single-topic-lead.php line 67
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
            <?php do_action( 'bbp_theme_after_topic_author_admin_details' ); ?>
     
        <?php endif; ?>
     
        <?php do_action( 'bbp_theme_after_topic_author_details' ); ?>
     
    </div><!-- .bbp-topic-author -->
     
    <div class="bbp-topic-content">
     
        <?php do_action( 'bbp_theme_before_topic_content' ); ?>
  • /templates/default/bbpress/loop-search-topic.php line 67
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
            <?php do_action( 'bbp_theme_after_topic_author_admin_details' ); ?>
     
        <?php endif; ?>
     
        <?php do_action( 'bbp_theme_after_topic_author_details' ); ?>
     
    </div><!-- .bbp-topic-author -->
     
    <div class="bbp-topic-content">
     
        <?php do_action( 'bbp_theme_before_topic_content' ); ?>