bbp_template_before_lead_topic

bbp_template_before_lead_topic

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_template_before_lead_topic') is found 1 times:

  • /templates/default/bbpress/content-single-topic-lead.php line 13
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    // Exit if accessed directly
    defined( 'ABSPATH' ) || exit;
     
    do_action( 'bbp_template_before_lead_topic' ); ?>
     
    <ul id="bbp-topic-<?php bbp_topic_id(); ?>-lead" class="bbp-lead-topic">
     
        <li class="bbp-header">
     
            <div class="bbp-topic-author"><?php esc_html_e( 'Creator''bbpress' ); ?></div><!-- .bbp-topic-author -->