bbp_theme_before_reply_admin_links

bbp_theme_before_reply_admin_links

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_theme_before_reply_admin_links') is found 1 times:

  • /templates/default/bbpress/loop-single-reply.php line 30
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
        <?php endif; ?>
     
        <a href="<?php bbp_reply_url(); ?>" class="bbp-reply-permalink">#<?php bbp_reply_id(); ?></a>
     
        <?php do_action( 'bbp_theme_before_reply_admin_links' ); ?>
     
        <?php bbp_reply_admin_links(); ?>
     
        <?php do_action( 'bbp_theme_after_reply_admin_links' ); ?>
     
    </div><!-- .bbp-meta -->