bbp_template_before_user_topics_created

bbp_template_before_user_topics_created

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_template_before_user_topics_created') is found 1 times:

  • /templates/default/bbpress/user-topics-created.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_user_topics_created' ); ?>
     
    <div id="bbp-user-topics-started" class="bbp-user-topics-started">
     
        <?php bbp_get_template_part( 'form', 'topic-search' ); ?>
     
        <h2 class="entry-title"><?php esc_html_e( 'Forum Topics Started', 'bbpress' ); ?></h2>