bbp_template_before_user_replies

bbp_template_before_user_replies

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_template_before_user_replies') is found 1 times:

  • /templates/default/bbpress/user-replies-created.php line 13
     
    // Exit if accessed directly
    defined( 'ABSPATH' ) || exit;
    
    do_action( 'bbp_template_before_user_replies' ); ?>
    
    <div id="bbp-user-replies-created" class="bbp-user-replies-created">
    
    	<?php bbp_get_template_part( 'form', 'reply-search' ); ?>
    
    	<h2 class="entry-title"><?php esc_html_e( 'Forum Replies Created', 'bbpress' ); ?></h2>