bbp_theme_before_topic_admin_links

bbp_theme_before_topic_admin_links

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_before_topic_admin_links') is found 1 times:

  • /templates/default/bbpress/content-single-topic-lead.php line 39
    				<span class="bbp-topic-post-date"><?php bbp_topic_post_date(); ?></span>
    
    				<a href="<?php bbp_topic_permalink(); ?>" class="bbp-topic-permalink">#<?php bbp_topic_id(); ?></a>
    
    				<?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 -->