bbp_theme_after_topic_admin_links

bbp_theme_after_topic_admin_links

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_after_topic_admin_links') is found 1 times:

  • /templates/default/bbpress/content-single-topic-lead.php line 43
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
            <?php do_action( 'bbp_theme_before_topic_admin_links' ); ?>
     
            <?php bbp_topic_admin_links(); ?>
     
            <?php do_action( 'bbp_theme_after_topic_admin_links' ); ?>
     
        </div><!-- .bbp-meta -->
     
    </div><!-- .bbp-topic-header -->
     
    <div id="post-<?php bbp_topic_id(); ?>" <?php bbp_topic_class(); ?>>