bbp_template_before_user_favorites

bbp_template_before_user_favorites

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_template_before_user_favorites') is found 1 times:

  • /templates/default/bbpress/user-favorites.php line 13
     
    // Exit if accessed directly
    defined( 'ABSPATH' ) || exit;
    
    do_action( 'bbp_template_before_user_favorites' ); ?>
    
    <div id="bbp-user-favorites" class="bbp-user-favorites">
    
    	<?php bbp_get_template_part( 'form', 'topic-search' ); ?>
    
    	<h2 class="entry-title"><?php esc_html_e( 'Favorite Forum Topics', 'bbpress' ); ?></h2>