bbp_theme_after_topic_meta

bbp_theme_after_topic_meta

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_after_topic_meta') is found 1 times:

  • /templates/default/bbpress/loop-single-topic.php line 77
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
            <?php endif; ?>
     
        </p>
     
        <?php do_action( 'bbp_theme_after_topic_meta' ); ?>
     
        <?php bbp_topic_row_actions(); ?>
     
    </li>
     
    <li class="bbp-topic-voice-count"><?php bbp_topic_voice_count(); ?></li>