bbp_template_before_user_replies
bbp_template_before_user_replies
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: action
Displaying hooks found in version: bbpress.2.6.9do_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>